issue_comments: 454555849
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/565#issuecomment-454555849 | https://api.github.com/repos/pydata/xarray/issues/565 | 454555849 | MDEyOklzc3VlQ29tbWVudDQ1NDU1NTg0OQ== | 5635139 | 2019-01-15T21:20:50Z | 2019-01-15T21:20:50Z | MEMBER | Closing - this is now better (though admittedly not perfect): ```python In [11]: x = xr.tutorial.open_dataset('air_temperatur')IOError Traceback (most recent call last) <ipython-input-11-5f3e47c60492> in <module>() ----> 1 x = xr.tutorial.open_dataset('air_temperatur') /usr/local/lib/python2.7/site-packages/xarray/tutorial.pyc in open_dataset(name, cache, cache_dir, github_url, branch, kws) 81 MD5 checksum does not match, try downloading dataset again. 82 """ ---> 83 raise IOError(msg) 84 85 ds = _open_dataset(localfile, kws) IOError: MD5 checksum does not match, try downloading dataset again. ``` Please reopen if anyone disagrees |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
105649801 |