gallantlab / pyrcca

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

Support h5py>=3.0 #23

Closed afrendeiro closed 3 years ago

afrendeiro commented 3 years ago

The .value attribute in h5py is deprecated and has been removed in 3.0 and above: https://docs.h5py.org/en/stable/whatsnew/2.1.html#dataset-value-property-is-now-deprecated

Currently the load function of the model uses the older .value syntax to retrieve the model values which makes load fail in newer h5py versions.

TomDLT commented 3 years ago

Closed in #24