Skip to content

Commit 446213b

Browse files
committed
Alignment
1 parent c207359 commit 446213b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dmu/stats/gof_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, nll, ndof : int = 10):
2929
self._data_zf = zfit.Data.from_numpy(obs=self._pdf.space, array=self._data_np)
3030
# ---------------------
3131
def _data_np_from_data(self, dat) -> numpy.ndarray:
32-
if isinstance(dat, numpy.ndarray):
32+
if isinstance(dat, numpy.ndarray):
3333
return dat
3434

3535
if isinstance(dat, zfit.Data):

0 commit comments

Comments
 (0)