回答編集履歴

1

d

2019/10/17 02:43

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -1,6 +1,18 @@
1
+ > IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
2
+
3
+
4
+
5
+ > インデックスエラー: インデックスの指定には整数、slices (`:`), ellipsis (`...`)、numpy.newaxis (`None`)、整数または bool 型の配列のみが使用できます。
6
+
7
+
8
+
9
+ なので、インデックスの指定がおかしいということがわかります。
10
+
11
+
12
+
1
13
  x, y を print すると、x は float であることがわかります。
2
14
 
3
- float 型はインデックスの指定には使用できません。
15
+ float 型はインデックスの指定には使用できませんので、エラーになっています
4
16
 
5
17
 
6
18