Move optimal_snr_squared_array calculation from inner to outer loop
Compare changes
+ 3
− 3
@@ -600,10 +600,10 @@ class GravitationalWaveTransient(likelihood.Likelihood):
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 1 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
Moves the calculation for optimal_snr_squared_array
from inner to outer loop in _create_lookup_table()