home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 352908509

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-352908509 https://api.github.com/repos/pydata/xarray/issues/1793 352908509 MDEyOklzc3VlQ29tbWVudDM1MjkwODUwOQ== 306380 2017-12-19T22:39:43Z 2017-12-19T22:39:43Z MEMBER

The zarr test seems a bit different. I think your issue here is that you are trying to use synchronous API with the async test harness. I've changed your test and pushed to your branch (hope you don't mind). Relevant docs are here: http://distributed.readthedocs.io/en/latest/develop.html#writing-tests

Async testing is nicer in many ways, but does require you to be a bit familiar with the async/tornado API. I also suspect that operations like to_zarr really aren't yet async friendly.

{
    "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.612ms · About: xarray-datasette