From 3d76ebd90ff534e561099238aa2454662ff1e242 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:12:44 -0400 Subject: [PATCH] update import to address warning --- src/spotpy/algorithms/padds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spotpy/algorithms/padds.py b/src/spotpy/algorithms/padds.py index ce35b7e4..24c05c1a 100644 --- a/src/spotpy/algorithms/padds.py +++ b/src/spotpy/algorithms/padds.py @@ -2,7 +2,7 @@ from copy import deepcopy import numpy as np -from scipy.spatial.qhull import ConvexHull, QhullError +from scipy.spatial import ConvexHull, QhullError from spotpy.algorithms.dds import DDSGenerator from spotpy.parameter import ParameterSet