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
The inverse model for pycbc.population.population_models.p_tau does not work as intended because there are no minimum and maximum limits for the inverse function. This results in all probability being concentrated near zero, which effectively introduces no time delay in the merger_rate_density function (or other functions which use p_tau).
The inverse model for
pycbc.population.population_models.p_tau
does not work as intended because there are no minimum and maximum limits for the inverse function. This results in all probability being concentrated near zero, which effectively introduces no time delay in themerger_rate_density
function (or other functions which usep_tau
).Following code tests the bug above:
The resulting plot is
In order to resolve this, a minimum and maximum limit on time delay function is needed. Something along of the lines of this should work.
The text was updated successfully, but these errors were encountered: