Skip to content

Commit

Permalink
Update f-string in pycbc_pygrb_plot_chisq_veto
Browse files Browse the repository at this point in the history
Co-authored-by: Tito Dal Canton <tito@dalcanton.it>
  • Loading branch information
pannarale and titodalcanton authored Nov 21, 2024
1 parent 67ce544 commit 2b3a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pygrb/pycbc_pygrb_plot_chisq_veto
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ logging.info("Plotting...")
# Determine x-axis values of triggers and injections
# Default is coherent SNR
x_label = ifo if snr_type == 'single' else snr_type.capitalize()
x_label = x_label + " SNR"
x_label += " SNR"

# Determine the minumum and maximum SNR value we are dealing with
x_min = 0.9*plu.axis_min_value(found_trigs[x_key], found_injs[x_key],
Expand Down

0 comments on commit 2b3a380

Please sign in to comment.