home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 334981929

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/pull/1528#issuecomment-334981929 https://api.github.com/repos/pydata/xarray/issues/1528 334981929 MDEyOklzc3VlQ29tbWVudDMzNDk4MTkyOQ== 1197350 2017-10-08T04:16:58Z 2017-10-08T18:21:30Z MEMBER

There are two zarr issues that are causing some tests to fail:

  1. zarr can't store zero-dimensional arrays. python za = zarr.create(shape=(), store='tmp_file') za[...] = 0 raises a file permission error. I believe that this is alimanfoo/zarr#150.
  2. lots of the things that xarray likes to put in attributes are not serializable by zarr python za = zarr.create(shape=(1), store='tmp_file') za.attrs['foo'] = np.float32(0) raises TypeError: Object of type 'float32' is not JSON serializable. This is alimanfoo/zarr#156.

Most of the failures of tests inherited from CFEncodedDataTest can be attributed to one of these two issues.

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