Skip to content

Commit

Permalink
Removed dof_key variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pannarale committed Nov 21, 2024
1 parent bad8389 commit 1f500a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/pygrb/pycbc_pygrb_plot_chisq_veto
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ else:
y_key = 'network/my_network_chisq'

keys = [x_key, y_key]
# The network chi-square is already normalized so dof_key is not needed
# The network chi-square is already normalized so it does not require a key
# for the number of degrees of freedom
if veto_type != 'network':
dof_key = y_key + '_dof'
keys += [dof_key]
keys += [y_key + '_dof']

# Extract needed trigger properties and store them as dictionaries
# Based on trial_dict: if vetoes were applied, trig_* are the veto survivors
Expand Down

0 comments on commit 1f500a0

Please sign in to comment.