質問編集履歴

2

質問の追加

2018/03/30 23:38

投稿

BURI55
BURI55

スコア25

test CHANGED
File without changes
test CHANGED
@@ -190,4 +190,4 @@
190
190
 
191
191
  ```
192
192
 
193
- FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.のエラーとNameError: name 'argparse' is not definedのエラーにこまっています。どうすれば良いでしょうか?
193
+ FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.のエラーとNameError: name 'argparse' is not definedのエラーにこまっています。どうすれば良いでしょうか?FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.のエラーに関しては、pip install h5py==2.8.0rc1で出なくなりました。NameError: name 'argparse' is not definedのエラーにこまっています。どうすれば良いでしょうか?

1

質問の追加

2018/03/30 23:38

投稿

BURI55
BURI55

スコア25

test CHANGED
File without changes
test CHANGED
@@ -189,3 +189,5 @@
189
189
  NameError: name 'argparse' is not defined
190
190
 
191
191
  ```
192
+
193
+ FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.のエラーとNameError: name 'argparse' is not definedのエラーにこまっています。どうすれば良いでしょうか?