Skip to content

Commit f7bd3cd

Browse files
committed
fixup! Update scikit-learn xfail list for scikit-learn 1.8.
1 parent 3f1cf0b commit f7bd3cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/cuml/cuml_accel_tests/upstream/scikit-learn/xfail-list.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,9 +857,9 @@
857857
- "sklearn.tests.test_common::test_estimators[LogisticRegression()-check_sample_weight_equivalence_on_sparse_data]"
858858
- "sklearn.tests.test_common::test_estimators[Ridge()-check_non_transformer_estimators_n_iter]"
859859
- "sklearn.utils.tests.test_estimator_checks::test_check_estimator_pairwise"
860-
- reason: Test should fail with cuml.accel (scikit-learn >=1.5,<1.8)
860+
- reason: Test should fail with cuml.accel (scikit-learn <1.8)
861861
marker: cuml_accel_bugs
862-
condition: scikit-learn>=1.5,<1.8
862+
condition: scikit-learn<1.8
863863
tests:
864864
- "sklearn.svm.tests.test_bounds::test_l1_min_c[no-intercept-multi-class-log-array]"
865865
- "sklearn.svm.tests.test_bounds::test_l1_min_c[no-intercept-multi-class-log-csr_array]"

0 commit comments

Comments
 (0)