Skip to content

Commit 42b1c2a

Browse files
committed
Bump CI to jax 0.6
1 parent 169dd2b commit 42b1c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_utils/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def capabilities(
331331
out = out.copy()
332332
out["boolean indexing"] = False
333333
elif is_jax_namespace(xp):
334-
if out["boolean indexing"]:
334+
if out["boolean indexing"]: # pragma: no cover
335335
# Backwards compatibility with jax <0.6.0
336336
# https://github.com/jax-ml/jax/issues/27418
337337
out = out.copy()

0 commit comments

Comments
 (0)