issue_comments
8 rows where issue = 963688125 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- xindexes set incorrectly for mfdataset with dask client and parallel=True · 8 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
895624119 | https://github.com/pydata/xarray/issues/5686#issuecomment-895624119 | https://api.github.com/repos/pydata/xarray/issues/5686 | IC_kwDOAMm_X841YiO3 | aidanheerdegen 6063709 | 2021-08-09T23:44:10Z | 2021-08-09T23:44:10Z | CONTRIBUTOR | Thanks for the super fast fix. I have confirmed this fixes #5677 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xindexes set incorrectly for mfdataset with dask client and parallel=True 963688125 | |
895596762 | https://github.com/pydata/xarray/issues/5686#issuecomment-895596762 | https://api.github.com/repos/pydata/xarray/issues/5686 | IC_kwDOAMm_X841Ybja | spencerkclark 6628425 | 2021-08-09T22:36:53Z | 2021-08-09T22:36:53Z | MEMBER | @aidanheerdegen I tested your example with my upstream changes (Unidata/cftime#252) and it now works, so this should be fixed with the next release of cftime. I'll go ahead and close this issue. Thanks for your help debugging this! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xindexes set incorrectly for mfdataset with dask client and parallel=True 963688125 | |
895162608 | https://github.com/pydata/xarray/issues/5686#issuecomment-895162608 | https://api.github.com/repos/pydata/xarray/issues/5686 | IC_kwDOAMm_X841Wxjw | spencerkclark 6628425 | 2021-08-09T11:57:39Z | 2021-08-09T11:57:39Z | MEMBER |
Yes, it must be something of that sort. Here's perhaps an even more minimal example: ```
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xindexes set incorrectly for mfdataset with dask client and parallel=True 963688125 | |
895123758 | https://github.com/pydata/xarray/issues/5686#issuecomment-895123758 | https://api.github.com/repos/pydata/xarray/issues/5686 | IC_kwDOAMm_X841WoEu | aidanheerdegen 6063709 | 2021-08-09T10:46:57Z | 2021-08-09T10:46:57Z | CONTRIBUTOR | A colleague suggested it might be some sort of pickling issue, passing the generated object back to the main thread, but it was just speculation and I had no idea how to test that. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xindexes set incorrectly for mfdataset with dask client and parallel=True 963688125 | |
895122645 | https://github.com/pydata/xarray/issues/5686#issuecomment-895122645 | https://api.github.com/repos/pydata/xarray/issues/5686 | IC_kwDOAMm_X841WnzV | aidanheerdegen 6063709 | 2021-08-09T10:44:42Z | 2021-08-09T10:44:42Z | CONTRIBUTOR | Thanks again for the prompt response @spencerkclark. Yes your MCVE is more (less?) M than mine. Thanks. Perhaps I shouldn't have started a new issue, but it seemed the specific problem with I should have said in #5677 that as far as I could tell I was using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xindexes set incorrectly for mfdataset with dask client and parallel=True 963688125 | |
895120951 | https://github.com/pydata/xarray/issues/5686#issuecomment-895120951 | https://api.github.com/repos/pydata/xarray/issues/5686 | IC_kwDOAMm_X841WnY3 | aidanheerdegen 6063709 | 2021-08-09T10:41:18Z | 2021-08-09T10:41:18Z | CONTRIBUTOR |
Sorry, see below
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xindexes set incorrectly for mfdataset with dask client and parallel=True 963688125 | |
895074385 | https://github.com/pydata/xarray/issues/5686#issuecomment-895074385 | https://api.github.com/repos/pydata/xarray/issues/5686 | IC_kwDOAMm_X841WcBR | spencerkclark 6628425 | 2021-08-09T09:24:30Z | 2021-08-09T09:24:30Z | MEMBER | @aidanheerdegen thanks a lot for the minimal example -- I'm able to reproduce it now -- this is indeed a confusing bug! I think this is a symptom of the same problem I identified in #5677: the dates in your dataset are being decoded to The question is: why is this happening? I initially thought this could only happen if you were using cftime version 1.4.0, but that is clearly not true. It is interesting that this only comes up when using a
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xindexes set incorrectly for mfdataset with dask client and parallel=True 963688125 | |
895018706 | https://github.com/pydata/xarray/issues/5686#issuecomment-895018706 | https://api.github.com/repos/pydata/xarray/issues/5686 | IC_kwDOAMm_X841WObS | shoyer 1217238 | 2021-08-09T07:46:39Z | 2021-08-09T07:46:39Z | MEMBER | Thanks for the updated report! Could you kindly share the full error traceback? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xindexes set incorrectly for mfdataset with dask client and parallel=True 963688125 |
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 3