Skip to content

Commit 0705b62

Browse files
committed
Update: increase tolerance
1 parent 17206ea commit 0705b62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/retrieve/oe/test_oe_jax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from uncertaintyx.f.jax import Tablet
1616
from uncertaintyx.retrieve.oe.jax import OE
1717

18-
ATOL = 1.0e-07
18+
ATOL = 1.0e-06
1919
"""The absolute tolerance for comparisons."""
2020

2121

0 commit comments

Comments
 (0)