diff --git a/docs/pyerrors/obs.html b/docs/pyerrors/obs.html
index 48e7c3d0..3096269d 100644
--- a/docs/pyerrors/obs.html
+++ b/docs/pyerrors/obs.html
@@ -602,8 +602,6 @@
_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")
@@ -2201,8 +2199,6 @@
_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")
@@ -3210,8 +3206,6 @@ already subtracted from the samples
_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")