home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 362590407

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/1793#issuecomment-362590407 https://api.github.com/repos/pydata/xarray/issues/1793 362590407 MDEyOklzc3VlQ29tbWVudDM2MjU5MDQwNw== 306380 2018-02-02T13:46:18Z 2018-02-02T13:46:18Z MEMBER

For reference, the line

computed = restored.compute()

would have to be replaced with

(computed,) = yield c.compute(restored)

To get the same result. However there were a few more calls to compute hidden in various functions (like to_netcdf) that would be tricky to make asynchronous, so I opted to swich to synchronous style instead.

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