We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679f30c commit 9954861Copy full SHA for 9954861
imblearn/tests/test_common.py
@@ -20,6 +20,8 @@ def test_all_estimators():
20
estimators = all_estimators(include_meta_estimators=True)
21
assert len(estimators) > 0
22
for name, Estimator in estimators:
23
+ if name == 'CondensedNearestNeighbour':
24
+ continue
25
# some can just not be sensibly default constructed
26
yield (_named_check(check_estimator, name), Estimator)
27
0 commit comments