Skip to content

Commit 2f9688d

Browse files
committed
misc: Fix typo
1 parent 8b06238 commit 2f9688d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

devito/passes/clusters/derivatives.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def _(expr, c, ispace, weights, reusables, mapper, **kwargs):
166166
ispace1 = IterationSpace.union(ispace, ispace0, relations=extra)
167167

168168
# The Symbol that will hold the result of the IndexDerivative computation
169-
# NOTE: created before recurring so that we ultimately get a sound ordering
169+
# NOTE: created before recursing so that we ultimately get a sound ordering
170170
try:
171171
s = reusables.pop()
172172
assert np.can_cast(s.dtype, w.dtype)

devito/passes/iet/definitions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from collections import OrderedDict
77
from ctypes import c_uint64
8-
from functools import singledispatch
98
from operator import itemgetter
109

1110
import numpy as np

0 commit comments

Comments
 (0)