remove comments from methods.py

This commit is contained in:
Zoltán Vörös 2022-09-21 20:00:03 +02:00
parent 294f9d9ef2
commit 0c807bd912

View file

@ -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)