Skip to content

Commit d7a6233

Browse files
committed
Fix __array_namespace__
1 parent f184857 commit d7a6233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_strict/_array_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def __array_namespace__(
471471
if api_version is not None and not api_version.startswith("2021."):
472472
raise ValueError(f"Unrecognized array API version: {api_version!r}")
473473
import array_api_strict
474-
return array_api
474+
return array_api_strict
475475

476476
def __bool__(self: Array, /) -> bool:
477477
"""

0 commit comments

Comments
 (0)