Skip to content
Snippets Groups Projects
Commit 4b388481 authored by Colm Talbot's avatar Colm Talbot
Browse files

remove excess lines in likelihood

parent 778d34fe
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -104,12 +104,6 @@ class GravitationalWaveTransient(Likelihood):
optimal_snr_squared += tupak.utils.optimal_snr_squared(
signal_ifo, interferometer, self.waveform_generator.time_duration)
if self.phase_marginalization:
matched_filter_snr_squared = self.bessel_function_interped(abs(matched_filter_snr_squared))
else:
matched_filter_snr_squared = matched_filter_snr_squared.real
if self.distance_marginalization:
optimal_snr_squared_array = optimal_snr_squared \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment