issue_comments: 535987790
This data as json
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/issues/3350#issuecomment-535987790 | https://api.github.com/repos/pydata/xarray/issues/3350 | 535987790 | MDEyOklzc3VlQ29tbWVudDUzNTk4Nzc5MA== | 1217238 | 2019-09-27T15:28:41Z | 2019-09-27T15:28:41Z | MEMBER | Here's a slightly simpler case: ``` In [28]: ds = xr.Dataset({'x': (('y',), np.zeros(10))}) In [29]: (ds.chunk().isnull() & ds.chunk(5).isnull()).compute() ValueError: operands could not be broadcast together with shapes (0,) (5,) ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
499477368 |