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 63e4199 commit 67ce544
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 @@ -152,7 +152,7 @@ if opts.plot_title is None:
if snr_type == 'single':
opts.plot_title += f" vs {ifo} SNR"
else:
opts.plot_title += " vs " + snr_type.capitalize() + " SNR"
opts.plot_title += f" vs {snr_type.capitalize()} SNR"
if opts.plot_caption is None:
opts.plot_caption = ("Blue crosses: background triggers. ")
if found_missed_file:
Expand Down

0 comments on commit 67ce544

Please sign in to comment.