Skip to content

bilby/gw/likelihood.py: Fix a bug in the algorithm to determine time resolution of ROQ

Soichiro Morisaki requested to merge soichiro/bilby:fix_roq_timeres into master

It seems there are 2 bugs in the algorithm to determine the time resolution for ROQ.

  1. InterferometerList doesn't have optimal_SNR as an attribute, but it does as an key.
  2. min should be replaced by max for conservative estimates.

This merge request is to fix them.

Merge request reports

Loading