Skip to content
Snippets Groups Projects

Improvements to checkpointing to align it with bilby!746

Merged Gregory Ashton requested to merge improve-checkpoint-behaviour into master
1 unresolved thread
+ 1
1
@@ -46,7 +46,7 @@ class ParserTest(unittest.TestCase):
mem_per_cpu="1000",
min_eff=10,
minimum_frequency="20",
n_check_point=100000,
n_check_point=100,
n_effective=np.inf,
n_simulation=0,
n_parallel=4,
Loading