Skip to content
Snippets Groups Projects
Commit 71cf308b authored by Colm Talbot's avatar Colm Talbot
Browse files

add forcing resume=False for clean runs

parent 4c358a29
No related branches found
No related tags found
1 merge request!232Resolve "clean=True doesn't work with Pymultinest"
Pipeline #33618 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