issue_comments: 588165645
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/3774#issuecomment-588165645 | https://api.github.com/repos/pydata/xarray/issues/3774 | 588165645 | MDEyOklzc3VlQ29tbWVudDU4ODE2NTY0NQ== | 35968931 | 2020-02-19T11:07:26Z | 2020-02-19T11:34:41Z | MEMBER | Hi @kazimuth , thanks for highlighting this! This is a case which I can see the argument for handling, but we apparently didn't think of when implementing What this really boils down to is "should
This function is supposed to be "magic". But the behaviour still needs to be clearly-defined.
Yes - I actually got your example to work with just a few extra lines. Change the top of ```python def _infer_concat_order_from_coords(datasets):
```
I don't think it would be breaking... the only cases which would behave differently are ones which would previously would have thrown an error. Would have to think about this though. Might you be interested in submitting a PR along these lines @kazimuth ? It would require some more robust input checks, some tests for different cases, and some minor changes to docstrings I think. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
566490806 |