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

Update LossFunctions.py

parent c7768bfd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment