Skip to content

Commit

Permalink
cosmetic change
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Klöckner <[email protected]>
  • Loading branch information
majosm and inducer committed Jun 27, 2022
1 parent 0910a0f commit a969e78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meshmode/distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,7 @@ def complete_some(self):
raise ValueError(
"Duplicate local/remote part pair in inter_rank_bdry_info")

for i_src_rank, recvd in zip(
source_ranks, data):
for i_src_rank, recvd in zip(source_ranks, data):
(remote_part_id, local_part_id,
remote_bdry_mesh, remote_group_infos) = recvd

Expand Down

0 comments on commit a969e78

Please sign in to comment.