Skip to content
Snippets Groups Projects
Commit d8503d8d authored by Jack Christopher Hutchinson Rolph's avatar Jack Christopher Hutchinson Rolph
Browse files

Update LossFunctions.py

parent c28715a3
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ class BinnedLH: ...@@ -36,7 +36,7 @@ class BinnedLH:
E = y_hat*self.dx E = y_hat*self.dx
h = self.counts h = self.counts
mask = self.mask mask = self.mask & (y_hat>self.eps)
nlogL= np.zeros(self.len_x) nlogL= np.zeros(self.len_x)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment