Likelihood automatic timing is broken
As of bilby 2.3.0
, the automatic likelihood timing is broken:
It looks like the problem is that the variable _log_likelihood_eval_time
[1] is only set after the info()
log method is called [2].
[1] https://git.ligo.org/lscsoft/bilby/-/blame/master/bilby/core/sampler/base_sampler.py?ref_type=heads#L263 [2]https://git.ligo.org/lscsoft/bilby/-/blame/master/bilby/core/sampler/base_sampler.py?ref_type=heads#L466