Skip to content
Snippets Groups Projects
Commit 384f72be authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix other bug

parent ee5bd80e
No related branches found
No related tags found
1 merge request!592Fix missing default kwarg n_effective in dynesty
Pipeline #78807 passed
......@@ -306,7 +306,7 @@ class Dynesty(NestedSampler):
self.write_current_state()
sampler_kwargs['add_live'] = True
self.run_nested_wrapper(sampler_kwargs)
self._run_nested_wrapper(sampler_kwargs)
return self.sampler.results
def _remove_checkpoint(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