Skip to content

Commit 3d3e3c6

Browse files
committed
iter
1 parent 7512820 commit 3d3e3c6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

imblearn/utils/tests/test_validation.py

-6
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ def test_check_target_type_ova(target, output_target, is_ova):
6060
assert binarize_target == is_ova
6161

6262

63-
def test_check_target_warning():
64-
target = np.arange(4).reshape((2, 2))
65-
with pytest.warns(UserWarning, match='should be of types'):
66-
check_target_type(target)
67-
68-
6963
def test_check_sampling_strategy_warning():
7064
msg = 'dict for cleaning methods is deprecated'
7165
with pytest.warns(DeprecationWarning, match=msg):

0 commit comments

Comments
 (0)