Skip to content

Commit 9e6d32e

Browse files
committed
tests: reduce required precision
1 parent e0ce2bd commit 9e6d32e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_dcserv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ def test_access_public_data_features():
120120
assert np.allclose(ds["volume"][0],
121121
112.7559351790568,
122122
atol=0,
123-
rtol=1e-10
123+
rtol=1e-8
124124
)

0 commit comments

Comments
 (0)