Skip to content

Commit 1c924fc

Browse files
authored
Update sob_terms.py
1 parent a4e5133 commit 1c924fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mla/threeml/sob_terms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _build_ow_hist(self) -> np.ndarray:
150150

151151
def get_ns(self) -> float:
152152
"""Docstring"""
153-
return (self.spectrum(self._ow_ebin) * self._ow_hist *).sum() * self._unit_scale
153+
return (self.spectrum(self._ow_ebin) * self._ow_hist).sum() * self._unit_scale
154154

155155
def _init_bg_sob_map(self) -> np.ndarray:
156156
"""Docstring"""

0 commit comments

Comments
 (0)