Skip to content
Snippets Groups Projects
Commit 7b343603 authored by chad.hanna's avatar chad.hanna
Browse files

gstlal_inspiral_injection_snr: fixed typo

parent e728dec5
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ def calc_expected_snr(inj):
injtime = inj.time_geocent
# Determine which PSD files have GPS times covering the injection time.
psds = dict((seg, psd) for seg, psd in allPSDs.items() if injtim in seg)
psds = dict((seg, psd) for seg, psd in allPSDs.items() if injtime in seg)
if len(psds) < 1:
# We know no PSD covers the injection.
......
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