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")