From 28fad3d6d192e0206a25e4b77d9d4ccbbf5c63f0 Mon Sep 17 00:00:00 2001 From: Iason Krommydas Date: Fri, 31 Jan 2025 10:51:54 -0600 Subject: [PATCH] backport cb typo --- coffea/lookup_tools/doublecrystalball.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coffea/lookup_tools/doublecrystalball.py b/coffea/lookup_tools/doublecrystalball.py index 2f6964bec..fe8f5921e 100644 --- a/coffea/lookup_tools/doublecrystalball.py +++ b/coffea/lookup_tools/doublecrystalball.py @@ -204,7 +204,7 @@ def _argcheck(self, betaL, betaH, mL, mH): """ Shape parameter bounds are m > 1 and beta > 0. """ - return (mL > 1) & (betaL > 0) & (mH > 1) & (betaH > 1) + return (mL > 1) & (betaL > 0) & (mH > 1) & (betaH > 0) doublecrystalball = doublecrystalball_gen(