We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_ndim_coords_from_arrays
1 parent 722d582 commit a3ab23bCopy full SHA for a3ab23b
src/skmatter/sample_selection/_base.py
@@ -4,7 +4,7 @@
4
5
import numpy as np
6
from scipy.interpolate import LinearNDInterpolator, interp1d
7
-from scipy.interpolate.interpnd import _ndim_coords_from_arrays
+from scipy.interpolate._interpnd import _ndim_coords_from_arrays
8
from scipy.spatial import ConvexHull
9
from sklearn.utils.validation import check_array, check_is_fitted, check_X_y
10
0 commit comments