Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 462d8d5

Browse files
Evaluate JAX erfinv test at a finite point
1 parent 945a6f3 commit 462d8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/link/jax/test_scalar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_erfinv():
101101
out = erfinv(x)
102102
fg = FunctionGraph([x], [out])
103103

104-
compare_jax_and_py(fg, [1.0])
104+
compare_jax_and_py(fg, [0.5])
105105

106106

107107
def test_psi():

0 commit comments

Comments
 (0)