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

Fixed bug in bin width for binned Likelihood loss.

parent 2ef35228
Branches
Tags
No related merge requests found
...@@ -1080,7 +1080,7 @@ class PeakOTron: ...@@ -1080,7 +1080,7 @@ class PeakOTron:
f_DRM = BinnedLH(DRM, self._hist_data["bin_numbers"][cond_sel_bn], self._hist_data["counts"][cond_sel_bn], 1) f_DRM = BinnedLH(DRM, self._hist_data["bin_numbers"][cond_sel_bn], self._hist_data["counts"][cond_sel_bn], 1)
else: else:
f_DRM = BinnedLH(DRM, self._hist_data["bin_numbers"], self._hist_data["counts"], self._hist_data["bw"]) f_DRM = BinnedLH(DRM, self._hist_data["bin_numbers"], self._hist_data["counts"], 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment