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

Fix warning and make debug.

parent 823cd9e6
No related branches found
No related tags found
2 merge requests!748WIP: Improve dynesty checkpointing II,!746Pickle dump entire sampler in dynesty
Pipeline #111257 passed
......@@ -377,8 +377,8 @@ class Dynesty(NestedSampler):
self.start_time = self.sampler.kwargs.pop("start_time")
self.sampling_time = self.sampler.kwargs.pop("sampling_time")
else:
logger.warning(
"Failed to read resume file {}".format(self.resume_file))
logger.debug(
"Resume file {} does not exist.".format(self.resume_file))
return False
def write_current_state_and_exit(self, signum=None, frame=None):
......
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