Skip to content

Commit 4b8f1a7

Browse files
update for new parameters in tests (#2809)
1 parent 6c9ffac commit 4b8f1a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deselected_tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,10 @@ deselected_tests:
148148
- ensemble/tests/test_bagging.py::test_sparse_classification
149149

150150
# Same results as in scikit-learn, but in a different order
151-
- svm/tests/test_svm.py::test_svc_ovr_tie_breaking[SVC]
152-
- svm/tests/test_svm.py::test_svc_ovr_tie_breaking[NuSVC]
151+
- svm/tests/test_svm.py::test_svc_ovr_tie_breaking[SVC] <1.8
152+
- svm/tests/test_svm.py::test_svc_ovr_tie_breaking[NuSVC] <1.8
153+
- svm/tests/test_svm.py::test_svc_ovr_tie_breaking[42-SVC] >=1.8
154+
- svm/tests/test_svm.py::test_svc_ovr_tie_breaking[42-NuSVC] >=1.8
153155

154156
# Different models between oneAPI Data Analytics Library (oneDAL) and stock scikit-learn with custom and precompute kernel
155157
- svm/tests/test_svm.py::test_svc_clone_with_callable_kernel

0 commit comments

Comments
 (0)