issues: 287223508
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 287223508 | MDU6SXNzdWUyODcyMjM1MDg= | 1815 | apply_ufunc(dask='parallelized') with multiple outputs | 2443309 | closed | 0 | 17 | 2018-01-09T20:40:52Z | 2020-08-19T06:57:55Z | 2020-08-19T06:57:55Z | MEMBER | I have an application where I'd like to use Code Sample, a copy-pastable example if possible```python def func(foo, bar):
foo = xr.DataArray(np.zeros((10, 10))).chunk() bar = xr.DataArray(np.zeros((10, 10))).chunk() + 5 xrfunc = xr.apply_ufunc(func, foo, bar, output_core_dims=[[], []], dask='parallelized') ``` Problem descriptionThis currently raises a Expected OutputMultiple dask arrays. In my example above, two dask arrays. Output of
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/1815/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |