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/4559#issuecomment-724119273,https://api.github.com/repos/pydata/xarray/issues/4559,724119273,MDEyOklzc3VlQ29tbWVudDcyNDExOTI3Mw==,10194086,2020-11-09T16:22:51Z,2020-11-09T16:22:51Z,MEMBER,Thanks @jbusecke ,"{""total_count"": 1, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 1, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,733789095
https://github.com/pydata/xarray/pull/4559#issuecomment-723170944,https://api.github.com/repos/pydata/xarray/issues/4559,723170944,MDEyOklzc3VlQ29tbWVudDcyMzE3MDk0NA==,14808389,2020-11-06T16:25:46Z,2020-11-06T18:44:35Z,MEMBER,"this CI is sometimes flaky, but it's usually enough to just rerun it. I'll do that for you once the other CI finished.","{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,733789095
https://github.com/pydata/xarray/pull/4559#issuecomment-721833586,https://api.github.com/repos/pydata/xarray/issues/4559,721833586,MDEyOklzc3VlQ29tbWVudDcyMTgzMzU4Ng==,14808389,2020-11-04T16:26:05Z,2020-11-04T16:56:49Z,MEMBER,"the `TestDask.test_save_mfdataset_compute_false_roundtrip` failure should be #4539, and the failing `upstream-dev` CI shouldn't be related, either (my guess is that a dependency – most likely `numpy` – added a new warning). I'll investigate and open a new issue for that (edit: see #4565).","{""total_count"": 2, ""+1"": 2, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,733789095
https://github.com/pydata/xarray/pull/4559#issuecomment-720164541,https://api.github.com/repos/pydata/xarray/issues/4559,720164541,MDEyOklzc3VlQ29tbWVudDcyMDE2NDU0MQ==,10194086,2020-11-01T22:53:24Z,2020-11-01T22:53:24Z,MEMBER,"I think you need to do someting along the lines of:
```python
if dask_duck_array(weights):
import dask.array as dsa
dsa.map_blocks(_weight_check, weights.data, dtype=weights.dtype)
else:
_weight_check()
```
","{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,733789095
https://github.com/pydata/xarray/pull/4559#issuecomment-720090586,https://api.github.com/repos/pydata/xarray/issues/4559,720090586,MDEyOklzc3VlQ29tbWVudDcyMDA5MDU4Ng==,14808389,2020-11-01T13:42:04Z,2020-11-01T13:42:04Z,MEMBER,"since the test you added requires `dask` it definitely should get a `@requires_dask`.
That won't fix all the failing tests, though: `map_blocks` is only valid if we operate on `dask` arrays. I guess you either have to apply the function directly on other arrays, or we have to make `DataArray.map_blocks` on non-`dask` arrays call to `DataArray.map`.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,733789095
https://github.com/pydata/xarray/pull/4559#issuecomment-720022225,https://api.github.com/repos/pydata/xarray/issues/4559,720022225,MDEyOklzc3VlQ29tbWVudDcyMDAyMjIyNQ==,5635139,2020-11-01T03:46:37Z,2020-11-01T03:46:37Z,MEMBER,"Yes, `@requires_dask` on the test","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,733789095