home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 532302896

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/pull/3199#issuecomment-532302896 https://api.github.com/repos/pydata/xarray/issues/3199 532302896 MDEyOklzc3VlQ29tbWVudDUzMjMwMjg5Ng== 14808389 2019-09-17T16:43:20Z 2019-09-17T17:45:52Z MEMBER

I'm not sure if this helps you, but I noticed two issues in xr.tutorial.open_dataset: first, it requires the file extension to be ".nc" (resulting in a 404 when fetching the file. The version from the scipy19-docs branch does not have that issue), and second, there is a newline in the md5 file. Modifying remotemd5 = f.read() to remotemd5 = f.read().strip() should do the trick.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  479063574
Powered by Datasette · Queries took 1.052ms · About: xarray-datasette