Skip to content

Commit c328cd2

Browse files
skip test that fails due to tolerances
1 parent e0a107a commit c328cd2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deselected_tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,9 @@ deselected_tests:
467467
# CI jobs in sklearnex compile scikit-learn from source, not necessarily with the same toolkits as sklearn's CIs
468468
- preprocessing/tests/test_polynomial.py::test_sizeof_LARGEST_INT_t
469469

470+
# Fails due to numeric tolerances on some AMD systems
471+
- linear_model/tests/test_base.py::test_linear_regression_vs_lstsq[float32]
472+
470473
# --------------------------------------------------------
471474
# No need to test daal4py patching
472475
reduced_tests:

0 commit comments

Comments
 (0)