From 8f905838b616d8747ba57a01c3fe31d1b8a880af Mon Sep 17 00:00:00 2001 From: Jack Christopher Hutchinson Rolph <jack.rolph@desy.de> Date: Wed, 11 Jan 2023 13:19:18 +0100 Subject: [PATCH] Update LossFunctions.py --- LossFunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LossFunctions.py b/LossFunctions.py index b0574a8..9f7fa45 100644 --- a/LossFunctions.py +++ b/LossFunctions.py @@ -36,7 +36,7 @@ class BinnedLH: E = y_hat*self.dx h = self.counts - mask = self.mask & (y_hat>self.eps) + mask = self.mask nlogL= np.zeros(self.len_x) -- GitLab