Skip to content

Commit

Permalink
Remove redundant xfail checks
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Nov 27, 2024
1 parent 85c9319 commit 9e20e14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def get_estimator_xfail_checks(estimator) -> dict[str, str]:
"check_dont_overwrite_parameters",
"check_fit_idempotent",
"check_fit_check_is_fitted",
"check_n_features_in",
"check_fit2d_predict1d",
"check_fit2d_1sample",
"check_estimators_nan_inf",
Expand All @@ -78,7 +77,6 @@ def get_estimator_xfail_checks(estimator) -> dict[str, str]:
row_sum_checks = [
"check_regressor_multioutput",
"check_readonly_memmap_input",
"check_n_features_in_after_fitting",
"check_f_contiguous_array_estimator",
]

Expand Down

0 comments on commit 9e20e14

Please sign in to comment.