Skip to content

Commit 07c6b7e

Browse files
author
Guillaume Lemaitre
committed
add the check estimator again
1 parent 812143a commit 07c6b7e

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)