1
0
Fork 0
mirror of https://github.com/fjosw/pyerrors.git synced 2025-03-21 09:30:24 +01:00

Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2022-02-15 17:06:24 +00:00
commit d409f7b405

View file

@ -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)