issue_comments
4 rows where author_association = "CONTRIBUTOR", issue = 1309966595 and user = 145117 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Improved CF decoding · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1269235342 | https://github.com/pydata/xarray/pull/6812#issuecomment-1269235342 | https://api.github.com/repos/pydata/xarray/issues/6812 | IC_kwDOAMm_X85Lpv6O | mankoff 145117 | 2022-10-06T02:48:22Z | 2022-10-06T02:48:22Z | CONTRIBUTOR | A bit more detail about the existing tests that don't match the CF spec. Per the spec, There is 1 test in In addition, the expected I am concerned that this is a significant change and I'm not sure what the process is for making this change. I would like to have some idea, even if not a guarantee, that it would be welcomed and accepted before doing all the work. I note that a recent other large PR to try to fix cf decoding has also stalled, and I'm not sure why (see #2751) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improved CF decoding 1309966595 | |
1266136366 | https://github.com/pydata/xarray/pull/6812#issuecomment-1266136366 | https://api.github.com/repos/pydata/xarray/issues/6812 | IC_kwDOAMm_X85Ld7Uu | mankoff 145117 | 2022-10-03T22:29:28Z | 2022-10-03T22:29:28Z | CONTRIBUTOR | Hi @dcherian - I dropped this because I went down a rabbit hole that seemed very very deep. Xarray has written 10s (100s?) of tests that touch this decoding function that make assumptions that I believe are incorrect after a careful reading of the CF spec. I believe the path forward will take some conversation before coding, so perhaps this should be moved to an issue rather than a pull request? A big decision is if the decode option strictly follows CF guidelines. If so, then a lot of tests need to be changed (for example, to follow the simple rule of Enforcing this would probably break Furthermore, the CF conventions are themselves not very clear, and possibly ambiguous. I started a conversation here: https://github.com/cf-convention/cf-conventions/issues/374 on this, but that is also unresolved at the moment. The CF convention mentions |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improved CF decoding 1309966595 | |
1189512813 | https://github.com/pydata/xarray/pull/6812#issuecomment-1189512813 | https://api.github.com/repos/pydata/xarray/issues/6812 | IC_kwDOAMm_X85G5oZt | mankoff 145117 | 2022-07-19T20:19:29Z | 2022-07-19T20:19:29Z | CONTRIBUTOR | I'm reading more in https://github.com/pydata/xarray/blob/2a5686c6fe855502523e495e43bd381d14191c7b/xarray/coding/variables.py and I'm confused about some logic:
I think this is happening based on inspecting with the debugger. Furthermore, the fix I implemented in this Pull Request which returns
should not run, but do run because of this issue. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improved CF decoding 1309966595 | |
1189485451 | https://github.com/pydata/xarray/pull/6812#issuecomment-1189485451 | https://api.github.com/repos/pydata/xarray/issues/6812 | IC_kwDOAMm_X85G5huL | mankoff 145117 | 2022-07-19T19:46:23Z | 2022-07-19T19:46:23Z | CONTRIBUTOR | Note - I also have not run the "Running the performance test suite" code in https://xarray.pydata.org/en/stable/contributing.html - I assume changing from |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improved CF decoding 1309966595 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 1