Skip to content

Commit

Permalink
Fixup! self from fit
Browse files Browse the repository at this point in the history
  • Loading branch information
timokau committed Sep 22, 2020
1 parent f8b5627 commit 2d35098
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion csrank/tests/test_estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def predict(self, X, *args, **kwargs):
# expect a 3-dimensional data shape while scikit-learn assumes two
# dimensions (an array of 1d data).
if not get_check_name(check) in {
"check_estimators_fit_returns_self", # fails for all
"check_complex_data", # fails for CmpNet
"check_dtype_object", # fails for ExpectedRankRegression
"check_estimators_empty_data_messages", # fails for all
Expand Down

0 comments on commit 2d35098

Please sign in to comment.