Skip to content

Commit 93d8551

Browse files
committed
update test_linearboost,py
1 parent c17dd59 commit 93d8551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_linearboost.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
from ._utils import check_estimator, get_expected_failed_tests, _yield_all_checks
66

7+
78
def get_expected_failed_tests(estimator):
89
failed = []
910
for check in _yield_all_checks(estimator):
1011
if check.__name__ == "check_sample_weights_invariance":
1112
failed.append(check)
1213
return failed
1314

15+
1416
def test_linear_boost_estimator():
1517
"""
1618
Test whether `LinearBoostClassifier` adheres to scikit-learn conventions.

0 commit comments

Comments
 (0)