mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02: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)
|
_compute_drho(1)
|
||||||
if self.tau_exp[e_name] > 0:
|
if self.tau_exp[e_name] > 0:
|
||||||
texp = self.tau_exp[e_name]
|
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
|
# Critical slowing down analysis
|
||||||
if w_max // 2 <= 1:
|
if w_max // 2 <= 1:
|
||||||
raise Exception("Need at least 8 samples for tau_exp error analysis")
|
raise Exception("Need at least 8 samples for tau_exp error analysis")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue