Skip to content
Snippets Groups Projects
Commit ff7dfd64 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Merge branch 'fix-pymultinest-long-name-warning' into 'master'

Fix pymultinest failing when using long name

See merge request lscsoft/bilby!321
parents 267b6133 93eb0c0c
No related branches found
No related tags found
1 merge request!321Fix pymultinest failing when using long name
Pipeline #43613 passed
......@@ -70,7 +70,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