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

Changes the dynesty checkpoint out signal to 130

parent f924bd35
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ class Dynesty(NestedSampler):
def write_current_state_and_exit(self, signum=None, frame=None):
logger.warning("Run terminated with signal {}".format(signum))
self.write_current_state()
sys.exit()
sys.exit(130)
def write_current_state(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