Closed afrendeiro closed 3 years ago
Support h5py>=3.0 by switching to the [()] syntax instead of .value.
[()]
.value
I also changed the read mode of the file because even though it does not append anything to the file, it does changes the modification date of the file which is confusing.
Support h5py>=3.0 by switching to the
[()]
syntax instead of.value
.I also changed the read mode of the file because even though it does not append anything to the file, it does changes the modification date of the file which is confusing.