Skip to content

Commit afc19fc

Browse files
authored
Additional deselection related to forest splitter (#3231)
1 parent e3dfa62 commit afc19fc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

deselected_tests.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
494498
reduced_tests:
@@ -636,7 +640,8 @@ gpu:
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
# --------------------------------------------------------

0 commit comments

Comments
 (0)