Skip to content

Commit

Permalink
Typo in pycbc/workflow/matched_filter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tito Dal Canton <[email protected]>
  • Loading branch information
pannarale and titodalcanton authored Dec 18, 2024
1 parent 3b3e2ad commit 618bd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/workflow/matched_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def setup_matchedfltr_dax_generated_multi(workflow, science_segs, datafind_outs,
cp.get('workflow', 'ra'))
cp.set('inspiral', 'dec',
cp.get('workflow', 'dec'))
elif m_sg > 1:
elif n_sg > 1:
msg = f'{datafind_outs} has {n_sg} sky-grid files, '
msg += 'instead of only one.'
raise RuntimeError(msg)
Expand Down

0 comments on commit 618bd5d

Please sign in to comment.