We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a107a commit c328cd2Copy full SHA for c328cd2
1 file changed
deselected_tests.yaml
@@ -467,6 +467,9 @@ deselected_tests:
467
# CI jobs in sklearnex compile scikit-learn from source, not necessarily with the same toolkits as sklearn's CIs
468
- preprocessing/tests/test_polynomial.py::test_sizeof_LARGEST_INT_t
469
470
+ # Fails due to numeric tolerances on some AMD systems
471
+ - linear_model/tests/test_base.py::test_linear_regression_vs_lstsq[float32]
472
+
473
# --------------------------------------------------------
474
# No need to test daal4py patching
475
reduced_tests:
0 commit comments