home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 115906191

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-115906191 https://api.github.com/repos/pydata/xarray/issues/444 115906191 MDEyOklzc3VlQ29tbWVudDExNTkwNjE5MQ== 1177508 2015-06-26T22:10:46Z 2015-06-26T22:22:11Z NONE

Just tried engine='h5netcdf'. Still get the segfault. It looks to me that something doesn't properly initialize the hdf5 library and calling that isnull function like this somehow triggers some initialization for the both arrays. It might also be the & operator... because if I do isnull(arr1) & isnull(arr2) I still get the segmentation fault. Only when using isnull(arr1 & arr2) it seems to work... strange things.

edit: I was right... it's actually the & operator, I just need to call arr1 & arr2 before the return statement and I don't get the segmentation fault...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  91184107
Powered by Datasette · Queries took 0.786ms · About: xarray-datasette