From 2342c51869ab6a3028deca447dcc1ee1a0a28fb1 Mon Sep 17 00:00:00 2001 From: JanNeuendorf Date: Tue, 18 Jan 2022 16:53:00 +0100 Subject: [PATCH] linter things --- pyerrors/correlators.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyerrors/correlators.py b/pyerrors/correlators.py index 900e004e..8adef85e 100644 --- a/pyerrors/correlators.py +++ b/pyerrors/correlators.py @@ -46,7 +46,6 @@ class Corr: # We check, if this is the case if all([(isinstance(item, Obs) or isinstance(item, CObs)) for item in data_input]): - self.content = [np.asarray([item]) for item in data_input] self.N = 1