Skip to content

Commit d3f0b85

Browse files
committed
black
1 parent 3f25ddb commit d3f0b85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sklbench/benchmarks/sklearn_estimator.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,11 @@ def main(bench_case: BenchCase, filters: List[BenchCase]):
516516
bench_case, "algorithm:estimator_params", dict()
517517
)
518518
# logger.debug("estimator params: " + str(estimator_params))
519-
if "DBSCAN" in str(estimator_name) and get_bench_case_value(bench_case, "data:distributed_split", None) != "rank_based":
519+
if (
520+
"DBSCAN" in str(estimator_name)
521+
and get_bench_case_value(bench_case, "data:distributed_split", None)
522+
!= "rank_based"
523+
):
520524
if "min_samples" in estimator_params:
521525
from mpi4py import MPI
522526

0 commit comments

Comments
 (0)