Skip to content

Commit af2339d

Browse files
committed
misc: Fix typo
1 parent f7c6f97 commit af2339d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

devito/passes/clusters/derivatives.py

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

171171
# The Symbol that will hold the result of the IndexDerivative computation
172-
# NOTE: created before recurring so that we ultimately get a sound ordering
172+
# NOTE: created before recursing so that we ultimately get a sound ordering
173173
try:
174174
s = reusables.pop()
175175
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)