From a97d0c31a65b677d1f08678fea74f9ae4d38721f Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 7 Feb 2022 14:36:22 +0000 Subject: [PATCH] refactor: removed comment on rescaling of texp on case of irregular idl which is no longer used in the code. --- pyerrors/obs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyerrors/obs.py b/pyerrors/obs.py index f395d7db..5fe3d900 100644 --- a/pyerrors/obs.py +++ b/pyerrors/obs.py @@ -288,8 +288,6 @@ class Obs: _compute_drho(1) if self.tau_exp[e_name] > 0: texp = self.tau_exp[e_name] - # if type(self.idl[e_name]) is range: # scale tau_exp according to step size - # texp /= self.idl[e_name].step # Critical slowing down analysis if w_max // 2 <= 1: raise Exception("Need at least 8 samples for tau_exp error analysis")