8000 Fix import error · scikit-learn/scikit-learn@9ad966f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ad966f

Browse files
committed
Fix import error
1 parent e6d7603 commit 9ad966f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklearn/model_selection/tests/test_split.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from itertools import combinations_with_replacement
1010
from itertools import < 5BE0 span class=pl-s1>permutations
1111

12+
from sklearn.utils._testing import assert_allclose
1213
from sklearn.utils._testing import assert_array_almost_equal
1314
from sklearn.utils._testing import assert_array_equal
1415
from sklearn.utils._testing import assert_raise_message

0 commit comments

Comments
 (0)
0