issue_comments
11 rows where issue = 694448177 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Keep the original ordering of the coordinates · 11 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
695036123 | https://github.com/pydata/xarray/pull/4409#issuecomment-695036123 | https://api.github.com/repos/pydata/xarray/issues/4409 | MDEyOklzc3VlQ29tbWVudDY5NTAzNjEyMw== | keewis 14808389 | 2020-09-18T19:03:33Z | 2020-09-18T19:03:49Z | MEMBER | should we merge this before releasing 0.16.1? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep the original ordering of the coordinates 694448177 | |
691455578 | https://github.com/pydata/xarray/pull/4409#issuecomment-691455578 | https://api.github.com/repos/pydata/xarray/issues/4409 | MDEyOklzc3VlQ29tbWVudDY5MTQ1NTU3OA== | keewis 14808389 | 2020-09-12T09:32:48Z | 2020-09-14T11:47:03Z | MEMBER | @kmuehlbauer, I modified Edit: at least #4072 does not seem to be fixed yet. ~Good news is that this doesn't seem to depend on a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep the original ordering of the coordinates 694448177 | |
691864317 | https://github.com/pydata/xarray/pull/4409#issuecomment-691864317 | https://api.github.com/repos/pydata/xarray/issues/4409 | MDEyOklzc3VlQ29tbWVudDY5MTg2NDMxNw== | keewis 14808389 | 2020-09-14T07:10:08Z | 2020-09-14T07:10:08Z | MEMBER | thanks for checking! |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep the original ordering of the coordinates 694448177 | |
691298627 | https://github.com/pydata/xarray/pull/4409#issuecomment-691298627 | https://api.github.com/repos/pydata/xarray/issues/4409 | MDEyOklzc3VlQ29tbWVudDY5MTI5ODYyNw== | keewis 14808389 | 2020-09-11T20:31:31Z | 2020-09-11T20:31:31Z | MEMBER | the tests pass so this should be ready for review |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep the original ordering of the coordinates 694448177 | |
691245402 | https://github.com/pydata/xarray/pull/4409#issuecomment-691245402 | https://api.github.com/repos/pydata/xarray/issues/4409 | MDEyOklzc3VlQ29tbWVudDY5MTI0NTQwMg== | keewis 14808389 | 2020-09-11T18:23:09Z | 2020-09-11T18:23:09Z | MEMBER | "mix up" in this case means that the order is random (i.e. a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep the original ordering of the coordinates 694448177 | |
691242257 | https://github.com/pydata/xarray/pull/4409#issuecomment-691242257 | https://api.github.com/repos/pydata/xarray/issues/4409 | MDEyOklzc3VlQ29tbWVudDY5MTI0MjI1Nw== | keewis 14808389 | 2020-09-11T18:16:05Z | 2020-09-11T18:16:05Z | MEMBER | thanks, that almost fixed the doctests. However, |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep the original ordering of the coordinates 694448177 | |
691208282 | https://github.com/pydata/xarray/pull/4409#issuecomment-691208282 | https://api.github.com/repos/pydata/xarray/issues/4409 | MDEyOklzc3VlQ29tbWVudDY5MTIwODI4Mg== | keewis 14808389 | 2020-09-11T17:00:07Z | 2020-09-11T17:00:07Z | MEMBER | unfortunately, that's pretty difficult: the set in question is |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep the original ordering of the coordinates 694448177 | |
691157835 | https://github.com/pydata/xarray/pull/4409#issuecomment-691157835 | https://api.github.com/repos/pydata/xarray/issues/4409 | MDEyOklzc3VlQ29tbWVudDY5MTE1NzgzNQ== | keewis 14808389 | 2020-09-11T15:19:40Z | 2020-09-11T15:21:56Z | MEMBER | yes, sorry, you're right, that is indeed non-deterministic, and exactly the problem I'm having with the doctests. Interestingly, this seems to be deterministic per python session: running ```python import xarray as xr ds = xr.Dataset(
{"a": (("x", "y"), [[0, 1], [2, 3]])}, coords={"x": ["a", "b"], "y": [0, 1]}
)
print(ds)
print(ds + 1)
print(ds)
print(ds + 1)
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep the original ordering of the coordinates 694448177 | |
691136159 | https://github.com/pydata/xarray/pull/4409#issuecomment-691136159 | https://api.github.com/repos/pydata/xarray/issues/4409 | MDEyOklzc3VlQ29tbWVudDY5MTEzNjE1OQ== | keewis 14808389 | 2020-09-11T14:41:39Z | 2020-09-11T14:44:03Z | MEMBER | I think that's still deterministic (although I agree that the change in the title is annoying): if you run your script multiple times, it will always return the same output. The issue I'm trying to fix here is much worse: the output of the same code will return different results with each run. Edit: but maybe I just have a messed up environment |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep the original ordering of the coordinates 694448177 | |
691037092 | https://github.com/pydata/xarray/pull/4409#issuecomment-691037092 | https://api.github.com/repos/pydata/xarray/issues/4409 | MDEyOklzc3VlQ29tbWVudDY5MTAzNzA5Mg== | keewis 14808389 | 2020-09-11T11:23:26Z | 2020-09-11T14:28:41Z | MEMBER |
sure, just try running
Not sure if that's evidence against this (maybe we need to rearrange the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep the original ordering of the coordinates 694448177 | |
687919197 | https://github.com/pydata/xarray/pull/4409#issuecomment-687919197 | https://api.github.com/repos/pydata/xarray/issues/4409 | MDEyOklzc3VlQ29tbWVudDY4NzkxOTE5Nw== | keewis 14808389 | 2020-09-06T22:27:50Z | 2020-09-06T23:02:50Z | MEMBER | thanks for the hint, sorting in Edit: that breaks two of the |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep the original ordering of the coordinates 694448177 |
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