Skip to content

Commit f0f8ef0

Browse files
committed
Avoid patch warning when spmd estimator is used
1 parent 1103aad commit f0f8ef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklbench/benchmarks/sklearn_estimator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ def measure_sklearn_estimator(
395395
estimator_class.__module__.startswith("daal4py")
396396
or estimator_class.__module__.startswith("sklearnex")
397397
)
398+
and "spmd" not in estimator_class.__module__
398399
)
399400
sklearnex_logging_stream = get_sklearnex_logging_stream()
400401

0 commit comments

Comments
 (0)