Skip to content

Commit e76d2cb

Browse files
majosminducer
andcommitted
cosmetic change
Co-authored-by: Andreas Klöckner <inform@tiker.net>
1 parent f93ddfa commit e76d2cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

meshmode/distributed.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,7 @@ def complete_some(self):
346346
raise ValueError(
347347
"duplicate local/remote part pair in inter_rank_bdry_info")
348348

349-
for i_src_rank, recvd in zip(
350-
source_ranks, data):
349+
for i_src_rank, recvd in zip(source_ranks, data):
351350
(remote_part_id, local_part_id,
352351
remote_bdry_mesh, remote_group_infos) = recvd
353352

0 commit comments

Comments
 (0)