Skip to content

Commit

Permalink
Comment corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
pannarale committed Nov 21, 2024
1 parent 2b3a380 commit 3ad122c
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 @@ -276,7 +276,7 @@ y_min = 0.9*plu.axis_min_value(found_trigs[y_key], found_injs[y_key],
y_max = 1.1*plu.axis_max_value(found_trigs[y_key], found_injs[y_key],
found_missed_file)

# Determine y-axis minimum value and label
# Determine y-axis label
y_label = "Network power chi-square" if veto_type == 'network' \
else ifo + " Single " + veto_labels[veto_type].lower() + " chi-square"

Expand Down

0 comments on commit 3ad122c

Please sign in to comment.