Skip to content
Snippets Groups Projects
Commit b37b38d8 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Merge branch 'increase-dynesty-checkpoint-point-time' into 'master'

Increase the default dynesty checkpoint time to 30 minutes

See merge request !940
parents a02c9c57 7c3846f9
No related branches found
No related tags found
1 merge request!940Increase the default dynesty checkpoint time to 30 minutes
Pipeline #218633 passed with warnings
......@@ -122,7 +122,7 @@ class Dynesty(NestedSampler):
"""
default_kwargs = dict(bound='multi', sample='rwalk',
verbose=True, periodic=None, reflective=None,
check_point_delta_t=600, nlive=1000,
check_point_delta_t=1800, nlive=1000,
first_update=None, walks=100,
npdim=None, rstate=None, queue_size=1, pool=None,
use_pool=None, live_points=None,
......
......@@ -34,7 +34,7 @@ class TestDynesty(unittest.TestCase):
periodic=None,
reflective=None,
verbose=True,
check_point_delta_t=600,
check_point_delta_t=1800,
nlive=1000,
first_update=None,
npdim=None,
......@@ -90,7 +90,7 @@ class TestDynesty(unittest.TestCase):
periodic=[],
reflective=[],
verbose=True,
check_point_delta_t=600,
check_point_delta_t=1800,
nlive=1000,
first_update=None,
npdim=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