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 169dd2b commit 42b1c2aCopy full SHA for 42b1c2a
src/array_api_extra/_lib/_utils/_helpers.py
@@ -331,7 +331,7 @@ def capabilities(
331
out = out.copy()
332
out["boolean indexing"] = False
333
elif is_jax_namespace(xp):
334
- if out["boolean indexing"]:
+ if out["boolean indexing"]: # pragma: no cover
335
# Backwards compatibility with jax <0.6.0
336
# https://github.com/jax-ml/jax/issues/27418
337
0 commit comments