Skip to content

Commit 4683b65

Browse files
author
Guillaume Lemaitre
committed
add the check estimator again
1 parent c49c580 commit 4683b65

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
@@ -36,9 +36,9 @@
3636
Y = np.array([0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0])
3737

3838

39-
# def test_senn_sk_estimator():
40-
# """Test the sklearn estimator compatibility"""
41-
# check_estimator(SMOTEENN)
39+
def test_senn_sk_estimator():
40+
"""Test the sklearn estimator compatibility"""
41+
check_estimator(SMOTEENN)
4242

4343

4444
def test_senn_bad_ratio():

0 commit comments

Comments
 (0)