Skip to content
Snippets Groups Projects
Forked from lscsoft / bilby
Source project has a limited visibility.
Gregory Ashton's avatar
Gregory Ashton authored
Currently, every call to rescale a value from the prior checks if the
input is valid. For use cases where the likelihood evaluation takes
longer than ~1e-2 seconds, the overhead is negligible. But, once the
likelihood evaluation is shorter than this, it can be come noticable
while profiling. This change limits the number of checks to 100 for each
prior before the test is skipped.
02ed1e9d
History
Name Last commit Last update