質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,11 +42,17 @@
|
|
42
42
|
|
43
43
|
burdenhight = burden_hight[i]
|
44
44
|
|
45
|
+
print(burdenhight)
|
46
|
+
|
45
47
|
cf_X = cf_hist.apply(lambda r: (sum(r[7+28*i:14+28*i]) - sum(r[21+28*i:28+28*i]))/(width_build * burdenhight * average_dypre), axis=1)
|
46
48
|
|
47
49
|
cf_layer_X.append(cf_X)
|
48
50
|
|
49
51
|
cf_layer_X = np.array(cf_layer_X).T
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
np.savetxt('test.csv',cf_layer_X)
|
50
56
|
|
51
57
|
```
|
52
58
|
|
@@ -58,7 +64,33 @@
|
|
58
64
|
|
59
65
|
```
|
60
66
|
|
67
|
+
0 0.01375
|
68
|
+
|
69
|
+
1 0.01750
|
70
|
+
|
71
|
+
2 0.02625
|
72
|
+
|
73
|
+
3 0.03500
|
74
|
+
|
75
|
+
4 0.03500
|
76
|
+
|
77
|
+
5 0.03500
|
78
|
+
|
79
|
+
6 0.03500
|
80
|
+
|
81
|
+
7 0.03500
|
82
|
+
|
83
|
+
8 0.02625
|
84
|
+
|
85
|
+
9 0.01750
|
86
|
+
|
87
|
+
10 0.02375
|
88
|
+
|
89
|
+
Name: 0, dtype: float64
|
90
|
+
|
91
|
+
Traceback (most recent call last):
|
92
|
+
|
61
|
-
File "C:\Users\Vattern\AppData\Local\Programs\Python\Python36\lib\site-packages\pandas\core\indexes\range.py", line 346, in get_loc
|
93
|
+
File "C:\Users\Vattern\AppData\Local\Programs\Python\Python36\lib\site-packages\pandas\core\indexes\range.py", line 346, in get_loc
|
62
94
|
|
63
95
|
return self._range.index(new_key)
|
64
96
|
|
@@ -72,7 +104,7 @@
|
|
72
104
|
|
73
105
|
Traceback (most recent call last):
|
74
106
|
|
75
|
-
File ".\
|
107
|
+
File ".\next.py", line 143, in <module>
|
76
108
|
|
77
109
|
burdenhight = burden_hight[i]
|
78
110
|
|