File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -489,6 +489,10 @@ deselected_tests:
489489 # Has a rule to not use xp.reshape on SVMs, but sklearnex supports array API for them
490490 - utils/tests/test_estimator_checks.py::test_estimator_checks_generator_skipping_tests
491491
492+ # Fails for float32 due to small numeric tolerances exposed by the random
493+ # splitter update in oneDAL forest (#3649)
494+ - ensemble/tests/test_forest.py::test_importances[ExtraTreesRegressor-squared_error-float32]
495+
492496 # --------------------------------------------------------
493497 # No need to test daal4py patching
494498reduced_tests :
636640 - tests/test_common.py::test_estimators[RandomForestClassifier(n_estimators=5)-check_class_weight_classifiers]
637641 - tests/test_common.py::test_estimators[ExtraTreesClassifier(n_estimators=5)-check_class_weight_classifiers]
638642
639- # Fails for float32 due to small numeric tolerances in the order of 1e-6
643+ # Fails for float32 due to small numeric tolerances in the order of 1e-6,
644+ # exposed by the random splitter update in oneDAL forest (#3649)
640645 - ensemble/tests/test_forest.py::test_memory_layout[float32
641646
642647 # --------------------------------------------------------
You can’t perform that action at this time.
0 commit comments