Skip to content

Commit

Permalink
artifact elif removed
Browse files Browse the repository at this point in the history
  • Loading branch information
emcgrady committed Oct 10, 2024
1 parent 149593c commit d8ef2d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion topcoffea/modules/histEFT.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ def make_scaling(self, wc_list=None):
#check if any non-flow bins have zero sm contribution
if ((scaling[:,0] == 0) & (scaling != 0).any(axis=1)).any():
raise Exception('At least one bin found with no SM contribution and a BSM contribution!')
elif (scaling[1:-1,:].any(axis=1)).all():
wcs = {}
index = 0
#Construct a dictionary of indicies for the WCs
Expand Down

0 comments on commit d8ef2d2

Please sign in to comment.