bilby/gw/likelihood.py: Fix a bug in the algorithm to determine time resolution of ROQ
It seems there are 2 bugs in the algorithm to determine the time resolution for ROQ.
-
InterferometerList
doesn't haveoptimal_SNR
as an attribute, but it does as an key. -
min
should be replaced bymax
for conservative estimates.
This merge request is to fix them.