From 8228ec0b469b0a6192be57d5b97b2564bdc641c0 Mon Sep 17 00:00:00 2001 From: fjosw Date: Mon, 7 Feb 2022 14:37:50 +0000 Subject: [PATCH] Documentation updated --- docs/pyerrors/obs.html | 6 ------ 1 file changed, 6 deletions(-) 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")