Skip to content

Commit

Permalink
Update bin/pygrb/pycbc_pygrb_plot_injs_results
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Cusinato <[email protected]>
  • Loading branch information
pannarale and MarcoCusinato authored Nov 27, 2024
1 parent 18b8f17 commit 31aa703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pygrb/pycbc_pygrb_plot_injs_results
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ trig_data = ppu.extract_trig_properties(
)

background = trig_data['network/reweighted_snr'][:]
max_bkgd_reweighted_snr = max(background)
max_bkgd_reweighted_snr = background.max()

# =======================
# Post-process injections
Expand Down

0 comments on commit 31aa703

Please sign in to comment.