home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 115930685

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/444#issuecomment-115930685 https://api.github.com/repos/pydata/xarray/issues/444 115930685 MDEyOklzc3VlQ29tbWVudDExNTkzMDY4NQ== 306380 2015-06-27T01:08:13Z 2015-06-27T01:08:13Z MEMBER

@shoyer asked me to chime in in case this is an issue with dask. One thing to try would be to remove multi-threading from the equation. I'm not sure how this would affect things but it's worth a shot.

``` python

import dask from dask.async import get_sync dask.set_options(get=get_sync) # use single-threaded scheduler by default ... do work as normal ```

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