Skip to content

Commit

Permalink
Merge pull request #6795 from chainer-ci/bp-6791-v10-array_api-warnin…
Browse files Browse the repository at this point in the history
…g-fix

[backport] Make the warning for cupy.array_api say "cupy" instead of "numpy"
  • Loading branch information
kmaehashi committed Jun 22, 2022
2 parents 4cacb71 + 1421ede commit 57bcae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cupy/array_api/__init__.py
Original file line number Diff line number Diff line change
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 57bcae9

Please sign in to comment.