Skip to content

Commit

Permalink
removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
emcgrady committed Oct 9, 2024
1 parent 4028f24 commit 353fd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topcoffea/modules/histEFT.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def make_scaling(self, wc_list=None):
for i in range(len(wc_names_lst)):
for j in range(i+1):
wcs[(wc_names_lst[i], wc_names_lst[j])] = index
index += 1
index += 1
#divide off-diagonal elements by 2
for key in wcs.keys():
if key[0] != key[1]:
Expand Down

0 comments on commit 353fd85

Please sign in to comment.