From cc320dbd36f4e3b3d8c4d3e6261e86d972dfc877 Mon Sep 17 00:00:00 2001 From: David Cortes Date: Fri, 28 Nov 2025 13:18:32 +0100 Subject: [PATCH 1/2] more skips --- deselected_tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deselected_tests.yaml b/deselected_tests.yaml index 77a35d2b85..0fce0c44ec 100755 --- a/deselected_tests.yaml +++ b/deselected_tests.yaml @@ -388,6 +388,10 @@ deselected_tests: # These fail due to not printing everything that scikit-learn prints on verbose mode - cluster/tests/test_k_means.py::test_kmeans_verbose + # These fail due to small numerical differences in standard errors + - metrics/_plot/tests/test_roc_curve_display.py::test_roc_curve_display_plotting_from_cv_results + - metrics/_plot/tests/test_roc_curve_display.py::test_roc_curve_from_cv_results_legend_label + # -------------------------------------------------------- # No need to test daal4py patching reduced_tests: From e881e9e4041a670ecb43180ff56b341261de2646 Mon Sep 17 00:00:00 2001 From: David Cortes Date: Fri, 28 Nov 2025 13:31:33 +0100 Subject: [PATCH 2/2] clarify comment --- deselected_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deselected_tests.yaml b/deselected_tests.yaml index 0fce0c44ec..0cf8ed4688 100755 --- a/deselected_tests.yaml +++ b/deselected_tests.yaml @@ -388,7 +388,7 @@ deselected_tests: # These fail due to not printing everything that scikit-learn prints on verbose mode - cluster/tests/test_k_means.py::test_kmeans_verbose - # These fail due to small numerical differences in standard errors + # These fail due to small numerical differences that come from LogisticRegression results - metrics/_plot/tests/test_roc_curve_display.py::test_roc_curve_display_plotting_from_cv_results - metrics/_plot/tests/test_roc_curve_display.py::test_roc_curve_from_cv_results_legend_label