From c229dde124bb013414311589a3af3e30beb40104 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Fri, 29 Oct 2021 15:54:09 +0100 Subject: [PATCH] linter fixed --- pyerrors/pyerrors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyerrors/pyerrors.py b/pyerrors/pyerrors.py index 576222ce..db70dfaa 100644 --- a/pyerrors/pyerrors.py +++ b/pyerrors/pyerrors.py @@ -1468,6 +1468,7 @@ def merge_obs(list_of_obs): o.reweighted = np.max([oi.reweighted for oi in list_of_obs]) return o + def _type_chooser(n): for dtype in [np.uint8, np.uint16, np.uint32, np.uint64]: if n <= dtype(-1):