issues: 473000845
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 473000845 | MDU6SXNzdWU0NzMwMDA4NDU= | 3161 | .reduce() on a DataArray with Dask distributed immediately executes the preceding portions of the computational graph | 4762711 | closed | 0 | 4 | 2019-07-25T18:09:22Z | 2019-11-13T15:48:46Z | 2019-11-13T15:48:46Z | NONE | MCVE Code Sample
Calling
The ```python def func(x, axis=None): return x da = xr.DataArray(np.zeros((500, 500, 500))).chunk((100, 100, 100)).mean('dim_0').reduce(func) ```
Expected OutputA Dask array when Problem DescriptionWhen using Dask distributed, the computational graph you are constructing is immediately executed if you call Output of
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/3161/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |