HDFGroup / hdf5-json

Specification and tools for representing HDF5 in JSON
https://hdf5-json.readthedocs.io
Other
73 stars 25 forks source link

Resizable HDF5 dataset example has invalid layout dims key value #16

Closed ghost closed 9 years ago

ghost commented 9 years ago

That example has the layout's dims value as a scalar:

{
                "fillValue": 0,
                "layout": {
                    "class": "H5D_CHUNKED",
                    "dims": 8
                }
}

instead it should be "dims": [8].

gheber commented 9 years ago

Correct. Will fix.

gheber commented 9 years ago

Done.