Skip to content
Snippets Groups Projects
Commit cd1acd1d authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

Other PEP8 stuff

parent 5c44156c
No related branches found
No related tags found
1 merge request!230Resolve "PEP8 Imports"
Pipeline #33363 failed
......@@ -13,7 +13,6 @@ except ImportError:
'not be able to use the CPNest sampler')
class Cpnest(NestedSampler):
""" bilby wrapper of cpnest (https://github.com/johnveitch/cpnest)
......
......@@ -72,7 +72,7 @@ class Pymultinest(NestedSampler):
'The length of {} exceeds 78 characters. '
' Post-processing will fail because the file names will be cut'
' off. Please choose a shorter "outdir" or "label".'
.format(self.__kwargs['outputfiles_basename']))
.format(self.__kwargs['outputfiles_basename']))
check_directory_exists_and_if_not_mkdir(
self.kwargs['outputfiles_basename'])
NestedSampler._verify_kwargs_against_default_kwargs(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment