Skip to content

Commit 3a63935

Browse files
MAINT: Deselect test that checks for failure on array API inputs of same device but different libraries (#3096)
* deselect test that requires failure where sklearnex works * Apply suggestion from @david-cortes-intel
1 parent 5af9e80 commit 3a63935

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

deselected_tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,10 @@ deselected_tests:
460460
- linear_model/tests/test_ridge.py::test_regularization_limits_ridge_gcv[csr_array-float64-wide-True-svd-zero_alpha]
461461
- linear_model/tests/test_ridge.py::test_regularization_limits_ridge_gcv[csr_array-float64-wide-True-eigen-zero_alpha]
462462

463+
# Scikit-learn requires erroring out on different array API namespaces even if they are on the same device,
464+
# but no harm in working correctly under those scenarios.
465+
- linear_model/tests/test_base.py::test_array_api_move_estimator_to
466+
463467
# CI jobs in sklearnex compile scikit-learn from source, not necessarily with the same toolkits as sklearn's CIs
464468
- preprocessing/tests/test_polynomial.py::test_sizeof_LARGEST_INT_t
465469

0 commit comments

Comments
 (0)