We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c207359 commit 446213bCopy full SHA for 446213b
src/dmu/stats/gof_calculator.py
@@ -29,7 +29,7 @@ def __init__(self, nll, ndof : int = 10):
29
self._data_zf = zfit.Data.from_numpy(obs=self._pdf.space, array=self._data_np)
30
# ---------------------
31
def _data_np_from_data(self, dat) -> numpy.ndarray:
32
- if isinstance(dat, numpy.ndarray):
+ if isinstance(dat, numpy.ndarray):
33
return dat
34
35
if isinstance(dat, zfit.Data):
0 commit comments