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 GW190425 example currently fails with the following error that is related to relative binning:
Traceback (most recent call last):
File "/home/mjwill/git_repos/bilby/examples/gw_examples/data_examples/GW190425.py", line 118, in <module>
likelihood = bilby.gw.likelihood.RelativeBinningGravitationalWaveTransient(
File "/home/mjwill/git_repos/bilby/bilby/gw/likelihood/relative.py", line 148, in __init__
self.compute_summary_data()
File "/home/mjwill/git_repos/bilby/bilby/gw/likelihood/relative.py", line 334, in compute_summary_data
stop = masked_frequency_array[end_idx]
IndexError: index 62977 is out of bounds for axis 0 with size 62977
I suspect this means there's a bug in the relative binning likelihood.
The text was updated successfully, but these errors were encountered:
The GW190425 example currently fails with the following error that is related to relative binning:
I suspect this means there's a bug in the relative binning likelihood.
The text was updated successfully, but these errors were encountered: