Skip to content

Remove time counter to avoid segfaults

Using timing tools (which just kept track of how long MCMC loops took, no changes to actual code output) was occasionally causing segfaults during checkpointing. Removed the timing.

Merge request reports