home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 269389355

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/1114#issuecomment-269389355 https://api.github.com/repos/pydata/xarray/issues/1114 269389355 MDEyOklzc3VlQ29tbWVudDI2OTM4OTM1NQ== 1217238 2016-12-27T22:06:35Z 2016-12-27T22:06:35Z MEMBER

It looks like scipy gets confused between the the dimensions = '1' netCDF attribute and the variable's actual dimensions, so this is another scipy bug. When it sets the dimensions netCDF attribute, it overwrites the Python attribute of the same name: https://github.com/scipy/scipy/blob/c48dfa43eae3474f06353ed3664caed945e9aee1/scipy/io/netcdf.py#L837-L849

The simple work around is to remove the dimensions attribute from each of these variables.

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