issues: 509851476
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
509851476 | MDU6SXNzdWU1MDk4NTE0NzY= | 3423 | add `ALL_DIMS` in `xr.dot` | 10194086 | closed | 0 | 0 | 2019-10-21T09:45:24Z | 2019-10-29T19:12:51Z | 2019-10-29T19:12:51Z | MEMBER | MCVE Code Sample```python import numpy as np import xarray as xr da_a = xr.DataArray(np.arange(3 * 2).reshape(3, 2), dims=['a', 'b']) da_b = xr.DataArray(np.arange(3 * 2 * 2).reshape(3, 2, 2), dims=['a', 'b', 'c']) xr.dot(da_a, da_b, dims=None)
To sum over all dimensions: ```python xr.dot(da_a, da_b, dims=['a', 'b', 'c'])
Problem Description
Therefore I suggest to allow I assume there is no intent to change the behavior of @fujiisoup @max-sixty Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3423/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |