We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d1f89 commit 4f1e7f0Copy full SHA for 4f1e7f0
1 file changed
tests/test_common.py
@@ -57,7 +57,7 @@ def test_is_xp_array(library, func):
57
58
59
def test_is_jax_array_jitted():
60
- import jax
+ jax = pytest.importorskip("jax")
61
import jax.numpy as jnp
62
63
x = jnp.asarray([1, 2, 3])
0 commit comments