Skip to content

Commit

Permalink
CI: deselect failing NuSVC tests (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanglaser authored Jul 10, 2024
1 parent e918ec3 commit a2f4f5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deselected_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ deselected_tests:
# scikit-learn expects an exception for sparse matrices with 64-bit integer indices,
# scikit-learn-intelex works correctly with 64-bit integer indices
- tests/test_common.py::test_estimators[NuSVC()-check_estimator_sparse_data]
- tests/test_common.py::test_estimators[NuSVC()-check_estimator_sparse_array]
- tests/test_common.py::test_estimators[NuSVC()-check_estimator_sparse_matrix]
- utils/tests/test_estimator_checks.py::test_xfail_ignored_in_check_estimator

# SVC._dual_coef_ is changing after fitting, but the result of prediction is still the same
Expand Down

0 comments on commit a2f4f5d

Please sign in to comment.