bilby/gw/likelihood.py: Fix a bug in the algorithm to determine time resolution of ROQ
Compare changes
+ 1
− 1
@@ -1625,7 +1625,7 @@ class ROQGravitationalWaveTransient(GravitationalWaveTransient):
It seems there are 2 bugs in the algorithm to determine the time resolution for ROQ.
InterferometerList
doesn't have optimal_SNR
as an attribute, but it does as an key.min
should be replaced by max
for conservative estimates.This merge request is to fix them.