質問編集履歴
1
コード修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,19 +52,19 @@
|
|
52
52
|
|
53
53
|
P_mean = np.mean(P_list)
|
54
54
|
|
55
|
-
P_mean_list.append(P_mean
|
55
|
+
P_mean_list.append(P_mean)
|
56
56
|
|
57
57
|
|
58
58
|
|
59
59
|
P_max = np.max(P_list)
|
60
60
|
|
61
|
-
P_max_list.append(P_max
|
61
|
+
P_max_list.append(P_max)
|
62
62
|
|
63
63
|
|
64
64
|
|
65
65
|
P_min = np.min(P_list)
|
66
66
|
|
67
|
-
P_min_list.append(P_min
|
67
|
+
P_min_list.append(P_min)
|
68
68
|
|
69
69
|
|
70
70
|
|