Skip to content
Snippets Groups Projects
Commit f05dbed2 authored by Michael Williams's avatar Michael Williams Committed by Michael Williams
Browse files

BUG: fix result saving by setting rstate to None

parent d032b128
No related branches found
No related tags found
Loading
......@@ -621,6 +621,7 @@ class Dynesty(NestedSampler):
sampling_time_s=self.sampling_time.seconds,
ncores=self.kwargs.get("queue_size", 1),
)
self.kwargs["rstate"] = None
def _update_sampling_time(self):
end_time = datetime.datetime.now()
......
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