Skip to content

Commit

Permalink
Update cunumeric/module.py
Browse files Browse the repository at this point in the history
Co-authored-by: Manolis Papadakis <[email protected]>
  • Loading branch information
ipdemes and manopapad authored Nov 16, 2023
1 parent 51c8020 commit 426d42d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cunumeric/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -2841,8 +2841,6 @@ def fliplr(m: ndarray) -> ndarray:
Notes
-----
Equivalent to ``m[:,::-1]`` or ``np.flip(m, axis=1)``.
Requires the array to be at least 2-D.
cuNumeric implementation doesn't return a view, it returns a new array
"""
if m.ndim < 2:
Expand Down

0 comments on commit 426d42d

Please sign in to comment.