issue_comments: 568789678
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/pull/3312#issuecomment-568789678 | https://api.github.com/repos/pydata/xarray/issues/3312 | 568789678 | MDEyOklzc3VlQ29tbWVudDU2ODc4OTY3OA== | 35968931 | 2019-12-24T18:39:01Z | 2019-12-24T18:39:01Z | MEMBER |
I suppose so, but this seems like an odd way to handle it to me. You're throwing away data (the names) which in other circumstances would be used.
Do we want consistency with arithmetic, or consistency with Let me try to clarify by summarizing. Currently,
However, as shown above, This is all different to the arithmetic logic, but I think it makes way more intuitive sense. It's okay for arithmetic and combining logic to be different, as they are used in different contexts and it's an unambiguous delineation to ignore names in arithmetic, and use them in top-level combining functions. Also, to complete the consistency of the "combining" functions, I think we should make In short: I propose that "combining" isn't arithmetic, and should be treated separately (and consistently across all types of combine functions). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
494210818 |