HDFGroup / hdf5-json

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

Windows fix: Replace "/" with os.path.join, "cd" with os.chdir #52

Closed ahalota closed 8 years ago

ahalota commented 8 years ago

Test now runs on Windows. Changes shouldn't affect *nix, but I can't test that from here, check before merging!

jreadey commented 8 years ago

Tests pass on Mac.