Skip to content

Commit

Permalink
TEST: disabled GPU test (uxlfoundation#2149)
Browse files Browse the repository at this point in the history
* onedal4py LinearRegression fails on test case

* disabled test and added comment
  • Loading branch information
samir-nasibli authored Nov 5, 2024
1 parent 1c6cab9 commit 8448aa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deselected_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -751,3 +751,8 @@ gpu:
# RuntimeError: Device support is not implemented, failing as result of fallback to cpu false
- svm/tests/test_svm.py::test_unfitted
- tests/test_common.py::test_estimators[SVC()-check_estimators_unfitted]

# Failed on the onedal's LinearRegression call.
# RuntimeError: oneapi::mkl::lapack::potrf: computation error: info = 2: Leading principal minor of order
# 2 is not positive, and the factorization could not be completed.
- ensemble/tests/test_stacking.py::test_stacking_prefit[StackingRegressor-DummyRegressor-predict-final_estimator1-X1-y1]

0 comments on commit 8448aa5

Please sign in to comment.