Skip to content

Commit

Permalink
test: relaxed acf test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlerat committed Nov 29, 2024
1 parent b558c8f commit 25ee8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrodiy/stat/tests/test_hystat_sutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_acf_idx(allclose):
acf2, cov = sutils.acf(data, idx=data<=0)

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


def test_lhs_error():
Expand Down

0 comments on commit 25ee8eb

Please sign in to comment.