Skip to content

Commit cdeaccd

Browse files
author
Guillaume Lemaitre
committed
check if we remove something that rise somethign before
1 parent a995907 commit cdeaccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

imblearn/combine/tests/test_smote_enn.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
Y = np.array([0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0])
4141

4242

43-
def test_senn_sk_estimator():
44-
"""Test the sklearn estimator compatibility"""
45-
check_estimator(SMOTEENN)
43+
# def test_senn_sk_estimator():
44+
# """Test the sklearn estimator compatibility"""
45+
# check_estimator(SMOTEENN)
4646

4747

4848
def test_senn_bad_ratio():

0 commit comments

Comments
 (0)