Skip to content

Commit

Permalink
remove comments from methods.py
Browse files Browse the repository at this point in the history
  • Loading branch information
v923z committed Sep 21, 2022
1 parent 294f9d9 commit 0c807bd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/2d/numpy/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,3 @@
c = a.byteswap(inplace=True)
print(a)
print(c)
# a = np.array([1, 2, 3, 4, 5, 6], dtype=np.float)
# b = a.byteswap(inplace=False)
# print(a)
# print(b)
# c = a.byteswap(inplace=True)
# print(a)
# print(c)

0 comments on commit 0c807bd

Please sign in to comment.