issues
search
saalfeldlab
/
n5
Not HDF5
BSD 2-Clause "Simplified" License
163
stars
22
forks
source link
Fix testCreateGroup on Windows, testListAttributes for HDF5
#83
Closed
mkitti
closed
2 years ago
mkitti
commented
2 years ago
Fix
testCreateGroup
on Windows and HDF5 (use of Path may use
\
, but HDF5 always needs
/
.
Fix
testListAttributes
for HDF5 since gson may come back as a String.
Also note that the
n5.remove()
at the start of
testDeepList
breaks with n5-hdf5.
testCreateGroup
on Windows and HDF5 (use of Path may use\
, but HDF5 always needs/
.testListAttributes
for HDF5 since gson may come back as a String.n5.remove()
at the start oftestDeepList
breaks with n5-hdf5.