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

Merge branch 'dynesty-checkpoint-interval' into 'master'

Make checkpoint interval as expected

See merge request lscsoft/bilby!741
parents 07342b51 5d39ea2a
No related branches found
No related tags found
1 merge request!741Make checkpoint interval as expected
Pipeline #112529 passed
......@@ -329,7 +329,6 @@ class Dynesty(NestedSampler):
sampler_kwargs['add_live'] = True
self.start_time = datetime.datetime.now()
while True:
sampler_kwargs['maxcall'] += self.n_check_point
self._run_nested_wrapper(sampler_kwargs)
if self.sampler.ncall == old_ncall:
break
......
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