mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
refactor: removed comment on rescaling of texp on case of irregular idl
which is no longer used in the code.
This commit is contained in:
parent
07ca32f166
commit
a97d0c31a6
1 changed files with 0 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue