home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 309136602 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 4

  • mathause 2
  • shoyer 1
  • jhamman 1
  • stale[bot] 1

author_association 2

  • MEMBER 4
  • NONE 1

issue 1

  • Appending to an existing netCDF file fails with scipy==1.0.1 · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
591992821 https://github.com/pydata/xarray/issues/2019#issuecomment-591992821 https://api.github.com/repos/pydata/xarray/issues/2019 MDEyOklzc3VlQ29tbWVudDU5MTk5MjgyMQ== mathause 10194086 2020-02-27T14:14:34Z 2020-02-27T14:14:34Z MEMBER

This was fixed in scipy 1.1.0 (scipy/scipy/pull/8633). Currently xarray requires

https://github.com/pydata/xarray/blob/18e34cc8746ea2ce7be785edcaeee0bd7d4a0200/ci/requirements/py36-min-all-deps.yml#L45

so I think these can be un-xfailed.

https://github.com/pydata/xarray/blob/18e34cc8746ea2ce7be785edcaeee0bd7d4a0200/xarray/tests/test_backends.py#L1969

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Appending to an existing netCDF file fails with scipy==1.0.1 309136602
591992684 https://github.com/pydata/xarray/issues/2019#issuecomment-591992684 https://api.github.com/repos/pydata/xarray/issues/2019 MDEyOklzc3VlQ29tbWVudDU5MTk5MjY4NA== mathause 10194086 2020-02-27T14:14:20Z 2020-02-27T14:14:20Z MEMBER

This was fixed in scipy 1.1.0 (scipy/scipy/pull/8633). Currently xarray requires

https://github.com/pydata/xarray/blob/18e34cc8746ea2ce7be785edcaeee0bd7d4a0200/ci/requirements/py36-min-all-deps.yml#L45

so I think these can be un-xfailed.

https://github.com/pydata/xarray/blob/18e34cc8746ea2ce7be785edcaeee0bd7d4a0200/xarray/tests/test_backends.py#L1969

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Appending to an existing netCDF file fails with scipy==1.0.1 309136602
591800853 https://github.com/pydata/xarray/issues/2019#issuecomment-591800853 https://api.github.com/repos/pydata/xarray/issues/2019 MDEyOklzc3VlQ29tbWVudDU5MTgwMDg1Mw== stale[bot] 26384082 2020-02-27T06:11:34Z 2020-02-27T06:11:34Z NONE

In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity

If this issue remains relevant, please comment here or remove the stale label; otherwise it will be marked as closed automatically

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Appending to an existing netCDF file fails with scipy==1.0.1 309136602
376681403 https://github.com/pydata/xarray/issues/2019#issuecomment-376681403 https://api.github.com/repos/pydata/xarray/issues/2019 MDEyOklzc3VlQ29tbWVudDM3NjY4MTQwMw== shoyer 1217238 2018-03-27T21:27:30Z 2018-03-27T21:27:30Z MEMBER

The only other netCDF related PR between scipy 1.0.0 and 1.0.1 is https://github.com/scipy/scipy/pull/8068, which also looks like a plausible culprit.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Appending to an existing netCDF file fails with scipy==1.0.1 309136602
376679023 https://github.com/pydata/xarray/issues/2019#issuecomment-376679023 https://api.github.com/repos/pydata/xarray/issues/2019 MDEyOklzc3VlQ29tbWVudDM3NjY3OTAyMw== jhamman 2443309 2018-03-27T21:19:00Z 2018-03-27T21:19:00Z MEMBER

this may be related to this recent PR: https://github.com/scipy/scipy/pull/8483

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Appending to an existing netCDF file fails with scipy==1.0.1 309136602

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