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

Merge branch '190-clean-true-doesn-t-work-with-pymultinest' into 'master'

Resolve "clean=True doesn't work with Pymultinest"

Closes #190

See merge request Monash/bilby!232
parents 6e2d238c 71cf308b
No related branches found
No related tags found
1 merge request!232Resolve "clean=True doesn't work with Pymultinest"
Pipeline #34415 passed
......@@ -92,6 +92,8 @@ def run_sampler(likelihood, priors=None, label='label', outdir='outdir',
if clean:
command_line_args.clean = clean
if command_line_args.clean:
kwargs['resume'] = False
from . import implemented_samplers
......
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