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 ec0dbf5 commit 8ad61faCopy full SHA for 8ad61fa
skrules/tests/test_common.py
@@ -4,8 +4,8 @@
4
5
6
def test_classifier():
7
- return check_estimator(SkopeRules)
+ check_estimator(SkopeRules)
8
9
10
def test_load_credit_data():
11
- return load_credit_data().data.shape[0] == 30000
+ assert load_credit_data().data.shape[0] == 30000
0 commit comments