GLSRC / rescomp

Reservoir Computing and related information processing methods
MIT License
5 stars 5 forks source link

Scipy 1.8.0 support #13

Closed baurse closed 2 years ago

baurse commented 2 years ago

Scipy 1.8.0 does not have the module scipy.sparse.linalg.eigen.arpack, from which we use ArpackNoConvergence when excepting network variation/scaling exceptions.

As that is the only use we have for that package, there is probably an easy way to import this in a way that's compatible with all scipy versions

Error when trying to run/install rescomp with scipy 1.8.0 installed: "ModuleNotFoundError: No module named 'scipy.sparse.linalg.eigen.arpack'; 'scipy.sparse.linalg.eigen' is not a package"

baurse commented 2 years ago

Fixed in 127700e842967c6daccb82e809c05bd91b98aa5a