issues: 514191264
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
514191264 | MDU6SXNzdWU1MTQxOTEyNjQ= | 3461 | Poor error message on Dataset.sum(axis=...) | 3274 | open | 0 | 10 | 2019-10-29T20:09:51Z | 2019-11-18T01:24:56Z | CONTRIBUTOR | MCVE Code SampleI'm attaching the relevant
Instead of getting a sum (either across the data variables or across the dimension shared between the variables), I get the error in the title: It's possible that I am doing something wrong, and it is just the error message that is bad, and not the behavior. I don't know enough to tell. Expected OutputTBQH, I didn't know whether this would sum across the (single) dimension of this dataset, or if it would sum across the data variables along that dimension. I was experimenting to try to figure this out. What I am trying to do is sum across the data variables, "perpendicular" to a dimension, instead of along it. Problem DescriptionI assumed that summing across one of the axes would sum across the data variables, but perhaps that was a bad assumption. At any rate, the current behavior is undesirable. Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3461/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |