質問編集履歴

2

エラー内容の変更

2017/12/11 07:06

投稿

gymgym
gymgym

スコア97

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,8 @@
44
44
 
45
45
  res = _nx.concatenate(tuple(objs), axis=self.axis)
46
46
 
47
+ ValueError: all the input arrays must have same number of dimensions
48
+
47
49
  ```
48
50
 
49
51
 

1

エラー内容の変更

2017/12/11 07:06

投稿

gymgym
gymgym

スコア97

test CHANGED
File without changes
test CHANGED
@@ -40,9 +40,9 @@
40
40
 
41
41
  ```エラー内容
42
42
 
43
- res = _nx.concatenate(tuple(objs), axis=self.axis)
43
+ File "/Users/anaconda/lib/python3.6/site-packages/numpy/lib/index_tricks.py", line 338, in __getitem__
44
44
 
45
- ValueError: all the input arrays must have same number of dimensions
45
+ res = _nx.concatenate(tuple(objs), axis=self.axis)
46
46
 
47
47
  ```
48
48