Skip to content

Commit

Permalink
compiler: Switch to filter_sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Feb 13, 2024
1 parent 4b3df2e commit 892617d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devito/mpi/halo_scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ def omapper(self):
ranks*, so the output of this method is guaranteed to be consistent
across *all MPI ranks*.
"""

items = [((d, CENTER), (d, LEFT), (d, RIGHT))
for d in filter_sorted(self.dimensions)]

Expand Down

0 comments on commit 892617d

Please sign in to comment.