home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 176555551

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/731#issuecomment-176555551 https://api.github.com/repos/pydata/xarray/issues/731 176555551 MDEyOklzc3VlQ29tbWVudDE3NjU1NTU1MQ== 1217238 2016-01-29T03:40:32Z 2016-01-29T03:40:32Z MEMBER

The test is failing because we don't have dask installed in all builds -- because dask is an optional dependency, and we want to make things still work when you don't have it installed.

We do have tests setup to skip if dask is not installed, by using the @requires_dask decorator. In this case, I would recommend moving the dask-specific tests to one of the existing test classes we've set up in test_dask.py. Take a look at this test case for an example of what this could look like: https://github.com/pydata/xarray/blob/v0.7.0/xarray/test/test_dask.py#L264-L267

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