Skip to content

Bilby MCMC: Sampler gets stuck when checkpoint fails

I noticed that one of my jobs that was failing to checkpoint and it got stuck in a loop where it tried to write the checkpoint at every iteration. I think the issue is that if the checkpoint this line always fails.

I think the fix will be to set self.check_point_delta_t = np.inf in this clause.