home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

where author_association = "MEMBER", issue = 274392275 and user = 1217238 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date)

These facets timed out: author_association, issue

user 1

  • shoyer · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
345363401 https://github.com/pydata/xarray/issues/1721#issuecomment-345363401 https://api.github.com/repos/pydata/xarray/issues/1721 MDEyOklzc3VlQ29tbWVudDM0NTM2MzQwMQ== shoyer 1217238 2017-11-17T20:57:56Z 2017-11-17T20:57:56Z MEMBER

I ran our test suite with libnetcdf 4.5.0 and it turned up two failures, for GenericNetCDFDataTest.test_cross_engine_read_write_netcdf3 and GenericNetCDFDataTestAutocloseTrue.test_cross_engine_read_write_netcdf3: https://travis-ci.org/shoyer/xarray/jobs/303718182

I'll have to do a little digging to turn up exactly which cross read/write cases failed. (It would probably be best to edit the test cases to use parameterized tests of some sort rather than the explicit "for" loop)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Potential test failures with libnetcdf 4.5.0 274392275
345294520 https://github.com/pydata/xarray/issues/1721#issuecomment-345294520 https://api.github.com/repos/pydata/xarray/issues/1721 MDEyOklzc3VlQ29tbWVudDM0NTI5NDUyMA== shoyer 1217238 2017-11-17T16:36:47Z 2017-11-17T16:36:47Z MEMBER

@spencerahill how did you install libnetcdf 4.5.0? I'm still getting 4.4.1 with conda, on both the default and conda-forge channel.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Potential test failures with libnetcdf 4.5.0 274392275

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 3621.281ms · About: xarray-datasette