回答編集履歴

1

回答誤りの訂正

2021/10/12 11:39

投稿

nemoplus
nemoplus

スコア161

test CHANGED
@@ -21,3 +21,13 @@
21
21
  y = np.array([float(s) for s in open('./test2.txt')])
22
22
 
23
23
  ```
24
+
25
+
26
+
27
+ *訂正*
28
+
29
+ numpy array への変換は不要でした。
30
+
31
+ y は 10件以上のリストであれば動作するようです。
32
+
33
+ http://cell.biophys.msu.ru/static/swan/howtos/simple-usage.html