You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseValueError(f"Unsupported standard version {api_version!r}")
128
128
ifapi_version=="2021.12":
129
-
warnings.warn("The 2021.12 version of the array API specification was requested but the returned namespace is actually version 2022.12")
129
+
warnings.warn("The 2021.12 version of the array API specification was requested but the returned namespace is actually version 2022.12", stacklevel=2)
130
130
ifapi_version=="2023.12":
131
-
warnings.warn("The 2023.12 version of the array API specification is still preliminary. Some functions are not yet implemented, and it has not been fully tested.")
131
+
warnings.warn("The 2023.12 version of the array API specification is still preliminary. Some functions are not yet implemented, and it has not been fully tested.", stacklevel=2)
0 commit comments