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-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