home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 898971620 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • max-sixty 3
  • sebix 1

author_association 2

  • MEMBER 3
  • CONTRIBUTOR 1

issue 1

  • use assert_allcose on test_resample_loffset · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
848524812 https://github.com/pydata/xarray/pull/5364#issuecomment-848524812 https://api.github.com/repos/pydata/xarray/issues/5364 MDEyOklzc3VlQ29tbWVudDg0ODUyNDgxMg== max-sixty 5635139 2021-05-26T07:09:05Z 2021-05-26T07:09:05Z MEMBER

I missed that @dcherian had suggested this. Merged. Many thanks @sebix .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  use assert_allcose on test_resample_loffset 898971620
848521004 https://github.com/pydata/xarray/pull/5364#issuecomment-848521004 https://api.github.com/repos/pydata/xarray/issues/5364 MDEyOklzc3VlQ29tbWVudDg0ODUyMTAwNA== max-sixty 5635139 2021-05-26T07:02:38Z 2021-05-26T07:02:38Z MEMBER

Does anyone have a better idea than I do (very little) on this?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  use assert_allcose on test_resample_loffset 898971620
846608474 https://github.com/pydata/xarray/pull/5364#issuecomment-846608474 https://api.github.com/repos/pydata/xarray/issues/5364 MDEyOklzc3VlQ29tbWVudDg0NjYwODQ3NA== sebix 199050 2021-05-23T18:56:10Z 2021-05-23T18:56:10Z CONTRIBUTOR

Thanks @sebix

Do we know where the difference is coming from? If I'm reading the test correctly, the floats aren't related to the offset — which is on discrete values — and so this may be a broader problem. Is that right?

Sorry, I have no more insight, I just know that the test is failing on that particular architecture (x86_64, ppc64, ppc64le, aarch64 are fine).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  use assert_allcose on test_resample_loffset 898971620
846600723 https://github.com/pydata/xarray/pull/5364#issuecomment-846600723 https://api.github.com/repos/pydata/xarray/issues/5364 MDEyOklzc3VlQ29tbWVudDg0NjYwMDcyMw== max-sixty 5635139 2021-05-23T17:54:13Z 2021-05-23T17:54:13Z MEMBER

Thanks @sebix

Do we know where the difference is coming from? If I'm reading the test correctly, the floats aren't related to the offset — which is on discrete values — and so this may be a broader problem. Is that right?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  use assert_allcose on test_resample_loffset 898971620

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