HDFGroup / hdf5-json

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

more python 3 fixes #46

Closed jreadey closed 8 years ago

jreadey commented 8 years ago

More work in progress python 3 support.

mivade commented 8 years ago

This looks good so far. Everything passes for me in both hdf5dtypeTest and hdf5dbTest on Python 3.4. That's a big improvement!

jreadey commented 8 years ago

@mivade - all tests are working now. If you could try it out and review the code changes that would be great.

mivade commented 8 years ago

Works for me. Looks like there is a problem with the Travis CI build. I think this can be fixed by installing the libhdf5-dev package in the install section of .travis.yml:

- sudo apt-get install -y libhdf5-dev

Otherwise I see no issues. Looks good!