質問編集履歴
1
改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -69,7 +69,7 @@
|
|
69
69
|
|
70
70
|
|
71
71
|
for j in range(50):
|
72
|
-
for i in range(
|
72
|
+
for i in range(7493):
|
73
73
|
a1 = dec.Decimal(data[i+102][j])
|
74
74
|
a2 = dec.Decimal(data[i+103][j])
|
75
75
|
a3 = dec.Decimal(data[i+104][j])
|
@@ -84,7 +84,7 @@
|
|
84
84
|
#np.savetxt('7702-15402_5point2derta.csv', list, delimiter=',')
|
85
85
|
|
86
86
|
array_lst = np.array(lst)
|
87
|
-
reshape = array_lst.reshape(50,
|
87
|
+
reshape = array_lst.reshape(50,7493)
|
88
88
|
np.savetxt('5poins-test.csv', reshape, delimiter=',')
|
89
89
|
|
90
90
|
min_list = []
|