From 3ad122c77146d57b8699696ae1e3dbed9aed74b1 Mon Sep 17 00:00:00 2001 From: Francesco Pannarale Date: Thu, 21 Nov 2024 09:36:48 -0800 Subject: [PATCH] Comment corrected --- bin/pygrb/pycbc_pygrb_plot_chisq_veto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pygrb/pycbc_pygrb_plot_chisq_veto b/bin/pygrb/pycbc_pygrb_plot_chisq_veto index 798da11125e..6cbc716c804 100644 --- a/bin/pygrb/pycbc_pygrb_plot_chisq_veto +++ b/bin/pygrb/pycbc_pygrb_plot_chisq_veto @@ -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"