Skip to content

Commit

Permalink
compiler: pep8 happiness
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Oct 24, 2023
1 parent 34c7cff commit f3b05b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devito/ir/clusters/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from devito.mpi.halo_scheme import HaloScheme, HaloTouch
from devito.symbolics import estimate_cost
from devito.tools import as_tuple, flatten, frozendict, infer_dtype
from devito.types import Fence, WeakFence, CriticalRegion
from devito.types import WeakFence, CriticalRegion

__all__ = ["Cluster", "ClusterGroup"]

Expand Down
2 changes: 1 addition & 1 deletion devito/ir/support/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class IndexMode(Tag):
REGULAR = IndexMode('regular')
IRREGULAR = IndexMode('irregular')

# Symbols to create mock data depdendencies
# Symbols to create mock data depdendencies
mocksym0 = Symbol(name='__⋈_0__')
mocksym1 = Symbol(name='__⋈_1__')

Expand Down
1 change: 0 additions & 1 deletion devito/passes/clusters/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from collections import defaultdict
from itertools import groupby

from devito.ir import Cluster
from devito.symbolics import uxreplace
Expand Down

0 comments on commit f3b05b9

Please sign in to comment.