issue_comments: 115900337
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/444#issuecomment-115900337 | https://api.github.com/repos/pydata/xarray/issues/444 | 115900337 | MDEyOklzc3VlQ29tbWVudDExNTkwMDMzNw== | 1177508 | 2015-06-26T21:50:01Z | 2015-06-26T21:53:50Z | NONE | Unfortunately I can't use ``` print(arr1.dtype, arr2.dtype) print((arr1 == arr2)) print((arr1 == arr2) | (isnull(arr1) & isnull(arr2))) gives:float64 float64 dask.array<x_1, shape=(50, 39, 59), chunks=((50,), (39,), (59,)), dtype=bool> dask.array<x_6, shape=(50, 39, 59), chunks=((50,), (39,), (59,)), dtype=bool> ``` Funny thing is when I'm adding these print statements and so on I get some traceback from Python (some times). Without them I would only get segmetation fault with no additional information. For example, just now, after introducing these edit: oh yeah... this is a funny thing. If I do |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
91184107 |