h5serv icon indicating copy to clipboard operation
h5serv copied to clipboard

Can't save committed datatypes for non-numpy compatible types.

Open jreadey opened this issue 10 years ago • 0 comments

Attempting to post a committed type that uses variable length strings fails. Andrew believes this is an h5py issue. I haven't tested it, but looks like this will fail for any of the "enhanced" datatypes in h5py (e.g. enums). I have a test case that is commented out for now: h5serv/test/integ/datatypetest.py - testPostVLenStringType. Issue is tracked here for h5py: https://github.com/h5py/h5py/issues/540.

jreadey avatar Feb 09 '15 19:02 jreadey