Skip to content

Commit b65d08c

Browse files
committed
Skip tri test in latest version of JAX
Related to jax-ml/jax#22751
1 parent f25a624 commit b65d08c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/link/jax/test_tensor_basic.py

+4
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ def test_tri():
218218
compare_jax_and_py(fgraph, [])
219219

220220

221+
@pytest.mark.skipif(
222+
jax.__version__ == "0.4.31",
223+
reason="https://github.com/google/jax/issues/22751",
224+
)
221225
def test_tri_nonconcrete():
222226
"""JAX cannot JIT-compile `jax.numpy.tri` when arguments are not concrete values."""
223227

0 commit comments

Comments
 (0)