mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-16 15:20:24 +01:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
d409f7b405
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ class Corr:
|
|||
t_slices = []
|
||||
test = (self - T_partner)
|
||||
test.gamma_method()
|
||||
for x0, t_slice in enumerate(test):
|
||||
for x0, t_slice in enumerate(test.content):
|
||||
if t_slice is not None:
|
||||
if not t_slice[0].is_zero_within_error(5):
|
||||
t_slices.append(x0)
|
||||
|
|
Loading…
Add table
Reference in a new issue