Skip to content

Commit 12a6443

Browse files
committed
fix bug
1 parent 7ef21ba commit 12a6443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grudge/trace_pair.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ def cross_rank_inter_volume_trace_pairs(
918918
# }}}
919919

920920
if dcoll.mpi_communicator is None:
921-
return []
921+
return {}
922922

923923
rank = dcoll.mpi_communicator.Get_rank()
924924

0 commit comments

Comments
 (0)