We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096cec7 commit d570ebcCopy full SHA for d570ebc
tests/test_array_namespace.py
@@ -26,6 +26,7 @@ def test_array_namespace(library, api_version, use_compat):
26
27
if use_compat is False or use_compat is None and library not in wrapped_libraries:
28
if library == "jax.numpy" and use_compat is None:
29
+ import jax.numpy
30
if hasattr(jax.numpy, "__array_api_version__"):
31
# JAX v0.4.32 or later uses jax.numpy directly
32
assert namespace == jax.numpy
0 commit comments