Skip to content

Commit 60330d0

Browse files
committed
jax 0.6.1
1 parent a5089de commit 60330d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_array_namespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_array_namespace(request, library, api_version, use_compat):
2323
pytest.raises(ValueError, lambda: array_namespace(array, use_compat=use_compat))
2424
return
2525
if (library == "sparse" and api_version in ("2023.12", "2024.12")) or (
26-
library == "jax.numpy" and api_version in ("2021.12", "2022.12", "2024.12")
26+
library == "jax.numpy" and api_version in ("2021.12", "2022.12", "2023.12")
2727
):
2828
xfail(request, "Unsupported API version")
2929

0 commit comments

Comments
 (0)