Skip to content

Commit 02d151e

Browse files
authored
Merge pull request #654 from mrava87/minor-tocupydo
minor: small change to ToCupy docstring
2 parents 9be6be3 + 81d1548 commit 02d151e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylops/basicoperators/tocupy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class ToCupy(LinearOperator):
1414
r"""Convert to CuPy.
1515
16-
Convert an input array to CuPy in forward mode,
16+
Convert an input NumPy array to CuPy in forward mode,
1717
and convert back to NumPy in adjoint mode.
1818
1919
Parameters

0 commit comments

Comments
 (0)