thouska / spotpy

A Statistical Parameter Optimization Tool
https://spotpy.readthedocs.io/en/latest/
MIT License
247 stars 149 forks source link

Update import to address scipy warning #324

Open Zeitsperre opened 1 month ago

Zeitsperre commented 1 month ago

Very small update to address an import warning:

padds.py:5: DeprecationWarning: Please import `ConvexHull` from the `scipy.spatial` namespace; the `scipy.spatial.qhull` namespace is deprecated and will be removed in SciPy 2.0.0.
    from scipy.spatial.qhull import ConvexHull, QhullError