Skip to content

Commit 25ee8eb

Browse files
committed
test: relaxed acf test
1 parent b558c8f commit 25ee8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydrodiy/stat/tests/test_hystat_sutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_acf_idx(allclose):
103103
acf2, cov = sutils.acf(data, idx=data<=0)
104104

105105
assert allclose([acf1[0], acf2[0]], [rho1, rho2], \
106-
atol=3e-2)
106+
atol=5e-2)
107107

108108

109109
def test_lhs_error():

0 commit comments

Comments
 (0)