gallantlab / pyrcca

Regularized kernel canonical correlation analysis in Python
Other
242 stars 73 forks source link

Fix #23 - support for h5py>=3.0 #24

Closed afrendeiro closed 3 years ago

afrendeiro commented 3 years ago

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.