Skip to content

Commit a3ab23b

Browse files
cajchristianPicoCentauri
authored andcommitted
Fixed _ndim_coords_from_arrays import
1 parent 722d582 commit a3ab23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/skmatter/sample_selection/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import numpy as np
66
from scipy.interpolate import LinearNDInterpolator, interp1d
7-
from scipy.interpolate.interpnd import _ndim_coords_from_arrays
7+
from scipy.interpolate._interpnd import _ndim_coords_from_arrays
88
from scipy.spatial import ConvexHull
99
from sklearn.utils.validation import check_array, check_is_fitted, check_X_y
1010

0 commit comments

Comments
 (0)