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

Merge branch 'add-130-exit-to-dynesty' into 'master'

Changes the dynesty checkpoint out signal to 130

See merge request !458
parents f924bd35 4384af70
No related branches found
No related tags found
1 merge request!458Changes the dynesty checkpoint out signal to 130
Pipeline #59371 passed with warnings
......@@ -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