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 f184857 commit d7a6233Copy full SHA for d7a6233
array_api_strict/_array_object.py
@@ -471,7 +471,7 @@ def __array_namespace__(
471
if api_version is not None and not api_version.startswith("2021."):
472
raise ValueError(f"Unrecognized array API version: {api_version!r}")
473
import array_api_strict
474
- return array_api
+ return array_api_strict
475
476
def __bool__(self: Array, /) -> bool:
477
"""
0 commit comments