Skip to content

Commit 6deb14f

Browse files
committed
Update test_linearboost
1 parent 05f5b5c commit 6deb14f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_linearboost.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
from ._utils import check_estimator, get_expected_failed_tests
66

7+
78
@parametrize_with_checks([LinearBoostClassifier()])
89
def test_sklearn_compatible_estimator(estimator, check):
9-
check(estimator)
10+
check(estimator)

0 commit comments

Comments
 (0)