Skip to content

Commit

Permalink
One more Gareth comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtrevor committed Sep 13, 2024
1 parent 42b03e6 commit beba074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/plotting/pycbc_plot_dq_flag_likelihood
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ax2.set_ylabel('DQ Log Likelihood Penalty')
ax2.set_ylim(numpy.log(ymin), numpy.log(ymax))

# add meta data and save figure
if args.title:
if args.title is not None:
plot_title = args.title
else:
plot_title = f'{ifo}:{args.dq_label} DQ Trigger Rates'
Expand Down

0 comments on commit beba074

Please sign in to comment.