Skip to content

Commit

Permalink
Explicit kwarg name
Browse files Browse the repository at this point in the history
Co-authored-by: maxtrevor <65971534+maxtrevor@users.noreply.github.com>
  • Loading branch information
titodalcanton and maxtrevor authored Apr 10, 2024
1 parent 80ef644 commit 3f16cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/filter/matchedfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,7 @@ def followup_event_significance(ifo, data_reader, bank,

# Calculate SNR time series for the entire lookback duration
htilde = bank.get_template(
template_id, bank.sample_rate / float(buffer_samples)
template_id, delta_f=bank.sample_rate / float(buffer_samples)
)
stilde = data_reader.overwhitened_data(htilde.delta_f)

Expand Down

0 comments on commit 3f16cad

Please sign in to comment.