You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the conversion functions are applied again when run_sampler called and the result already exists. We should consider changing this avoid wasted computations.
Follow on from https://github.com/bilby-dev/bilby/pull/1009/changes#r2611521685
Currently, the conversion functions are applied again when
run_samplercalled and the result already exists. We should consider changing this avoid wasted computations.