home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 822826163

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/5188#issuecomment-822826163 https://api.github.com/repos/pydata/xarray/issues/5188 822826163 MDEyOklzc3VlQ29tbWVudDgyMjgyNjE2Mw== 14808389 2021-04-19T22:24:17Z 2021-04-19T22:24:17Z MEMBER

I'm not sure why, but open_dataset(f, engine="scipy") seems to close the file if a TypeError is raised: if I put python print(f, f.closed) try: open_dataset(f, engine="scipy") except TypeError: pass print(f, f.closed) before f.seek(0), the second print reports f.closed = True and f.seek fails. Is that a bug in the scipy engine?

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