Skip to content

Commit

Permalink
Merge pull request #6791 from asmeurer/array_api-warning-fix
Browse files Browse the repository at this point in the history
Make the warning for cupy.array_api say "cupy" instead of "numpy"
  • Loading branch information
kmaehashi committed Jun 20, 2022
2 parents 5cde320 + 36231d7 commit 0ea9f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cupy/array_api/__init__.py
Expand Up @@ -125,7 +125,7 @@
import warnings

warnings.warn(
"The numpy.array_api submodule is still experimental. See NEP 47.", stacklevel=2
"The cupy.array_api submodule is still experimental. See NEP 47.", stacklevel=2
)

__all__ = []
Expand Down

0 comments on commit 0ea9f39

Please sign in to comment.