bilby-dev / bilby

A unified framework for stochastic sampling packages and gravitational-wave inference in Python.
https://bilby-dev.github.io/bilby/
MIT License
60 stars 71 forks source link

Sampling time is incorrect after checkpointing #735

Closed bilby-bot closed 1 month ago

bilby-bot commented 1 year ago

In GitLab by @git.ligo:michael.williams on Mar 17, 2023, 10:35

The sampling time reported in the bilby result file is incorrect for nessai if the run has been checkpointed and resumed. Instead of reporting the total time, it reports the time since the sampler was resumed. This may affect other samplers, but dynesty and bilby_mcmc both have workarounds and correctly record the time

Note: nessai stores the sampling time in its own result object and this time does accurately track the time after resuming.

bilby-bot commented 1 year ago

In GitLab by @git.ligo:colm.talbot on Mar 20, 2023, 15:03

Closing after !1236