From d8ef2d291bde3423a82d0751d28ebc25b64830d4 Mon Sep 17 00:00:00 2001 From: Chrstopher McGrady Date: Thu, 10 Oct 2024 10:59:27 -0400 Subject: [PATCH] artifact elif removed --- topcoffea/modules/histEFT.py | 1 - 1 file changed, 1 deletion(-) diff --git a/topcoffea/modules/histEFT.py b/topcoffea/modules/histEFT.py index 8bac86f..04584a7 100644 --- a/topcoffea/modules/histEFT.py +++ b/topcoffea/modules/histEFT.py @@ -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