remove comments from methods.py
This commit is contained in:
parent
294f9d9ef2
commit
0c807bd912
1 changed files with 0 additions and 7 deletions
|
|
@ -42,10 +42,3 @@ print(b)
|
|||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue