issue_comments: 77960519
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/360#issuecomment-77960519 | https://api.github.com/repos/pydata/xarray/issues/360 | 77960519 | MDEyOklzc3VlQ29tbWVudDc3OTYwNTE5 | 192900 | 2015-03-09T22:43:29Z | 2015-03-09T22:43:29Z | NONE | Thank you for working to resolve these issues. It is looking much better. ``` Python 2.7.8 |Anaconda 2.1.0 (32-bit)| (default, Jul 2 2014, 15:13:35) [MSC v.1500 32 bit (Intel)] on win32
$ nosetests xray
.............D:\Python27\Anaconda\lib\site-packages\xray\core\utils.py:54: FutureWarning: numpy equal will not check obj
ect identity in the future. The comparison did not return the same result as suggested by the identity ( Traceback (most recent call last): File "D:\Python27\Anaconda\lib\site-packages\xray\test\test_variable.py", line 813, in test_converted_types self.assertEqual(np.dtype(np.int64), actual.dtype) AssertionError: dtype('int64') != dtype('int32') ====================================================================== FAIL: test_count (xray.test.test_variable.TestVariable) Traceback (most recent call last): File "D:\Python27\Anaconda\lib\site-packages\xray\test\test_variable.py", line 758, in test_count self.assertEqual(actual.dtype, 'int64') AssertionError: dtype('int32') != 'int64' Ran 395 tests in 4.786s FAILED (SKIP=76, failures=2) ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
59799656 |