GeoStat-Framework / PyKrige

Kriging Toolkit for Python
https://pykrige.readthedocs.io
BSD 3-Clause "New" or "Revised" License
740 stars 186 forks source link

Bug: pykrige.ok using deprecated function from SciPy 1.7.0 #261

Closed cesarofs closed 1 year ago

cesarofs commented 1 year ago

scipy.linalg.pinv2 is called by pykrige.ok for function OrdinaryKriging but this function is deprecated since SciPy 1.7.2, now SciPy is under version 1.9.2 When using SciPy version > 1.7.1, PyKrige does not works

MuellerSeb commented 1 year ago

This is already solved by #237

Please update to the latest version of pykrige