home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 325172935 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 3

  • shoyer 2
  • amckinstry 1
  • fujiisoup 1

author_association 2

  • MEMBER 3
  • NONE 1

issue 1

  • 0.10.4 fails test suite on Debian: dask.array has no attribute 'einsum' · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
391367586 https://github.com/pydata/xarray/issues/2167#issuecomment-391367586 https://api.github.com/repos/pydata/xarray/issues/2167 MDEyOklzc3VlQ29tbWVudDM5MTM2NzU4Ng== amckinstry 915118 2018-05-23T14:27:29Z 2018-05-23T14:27:29Z NONE

Ok, verified that updating dask fixes this issue. Thanks

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  0.10.4 fails test suite on Debian: dask.array has no attribute 'einsum' 325172935
391044854 https://github.com/pydata/xarray/issues/2167#issuecomment-391044854 https://api.github.com/repos/pydata/xarray/issues/2167 MDEyOklzc3VlQ29tbWVudDM5MTA0NDg1NA== shoyer 1217238 2018-05-22T15:57:14Z 2018-05-22T15:57:14Z MEMBER

0.10.5 will be out shortly with fixes for several regressions in 0.10.4, so it might make sense to wait, anyways.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  0.10.4 fails test suite on Debian: dask.array has no attribute 'einsum' 325172935
391042999 https://github.com/pydata/xarray/issues/2167#issuecomment-391042999 https://api.github.com/repos/pydata/xarray/issues/2167 MDEyOklzc3VlQ29tbWVudDM5MTA0Mjk5OQ== shoyer 1217238 2018-05-22T15:51:59Z 2018-05-22T15:51:59Z MEMBER

Thanks for the heads up. We should skip this test if the wrong version of dask is installed.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  0.10.4 fails test suite on Debian: dask.array has no attribute 'einsum' 325172935
390893613 https://github.com/pydata/xarray/issues/2167#issuecomment-390893613 https://api.github.com/repos/pydata/xarray/issues/2167 MDEyOklzc3VlQ29tbWVudDM5MDg5MzYxMw== fujiisoup 6815844 2018-05-22T07:40:46Z 2018-05-22T07:40:46Z MEMBER

xarray 0.10.4 requires dask >= 0.17.3 see #2089

Updating dask will solve this issue.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  0.10.4 fails test suite on Debian: dask.array has no attribute 'einsum' 325172935

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 15.766ms · About: xarray-datasette