File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,6 @@ def asarray(
8585
8686 See the corresponding documentation in the array library and/or the array API
8787 specification for more details.
88-
89- 'namespace' may be an array module namespace. This is needed to support
90- conversion of sequences of Python scalars.
9188 """
9289 with cp .cuda .Device (device ):
9390 # cupy is like NumPy 1.26 (except without _CopyMode). See the comments
Original file line number Diff line number Diff line change @@ -93,9 +93,6 @@ def asarray(
9393
9494 See the corresponding documentation in the array library and/or the array API
9595 specification for more details.
96-
97- 'namespace' may be an array module namespace. This is needed to support
98- conversion of sequences of Python scalars.
9996 """
10097 if np .__version__ [0 ] >= '2' :
10198 # NumPy 2.0 asarray() is completely array API compatible. No need for
You can’t perform that action at this time.
0 commit comments