issue_comments: 249390682
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/748#issuecomment-249390682 | https://api.github.com/repos/pydata/xarray/issues/748 | 249390682 | MDEyOklzc3VlQ29tbWVudDI0OTM5MDY4Mg== | 1217238 | 2016-09-24T22:16:17Z | 2016-09-24T22:16:29Z | MEMBER | @alexamici Something else must have gone wrong here -- your example works for me: ``` In [9]: dataset = xr.Dataset({'data': np.zeros((2,), dtype='complex128')}) In [10]: dataset Out[10]: <xarray.Dataset> Dimensions: (data: 2) Coordinates: * data (data) complex128 0j 0j Data variables: empty In [11]: dataset.to_netcdf('tmp.nc', engine='h5netcdf') ``` Maybe you need to update to a newer version of h5py? (Just a guess) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
131972229 |