Skip to content

Commit c128748

Browse files
committed
Formatted file.
1 parent 3809d17 commit c128748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sklbench/datasets/transformer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def split_and_transform_data(bench_case, data, data_description):
149149

150150
elif distributed_split == "rank_based" or knn_split_train:
151151
from mpi4py import MPI
152-
152+
153153
comm = MPI.COMM_WORLD
154154
rank = comm.Get_rank()
155155
size = comm.Get_size()

0 commit comments

Comments
 (0)