Skip to content

Commit 795c02b

Browse files
committed
misc: Isolated fixes that only break things in PRO
1 parent c0fcab4 commit 795c02b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devito/ir/support/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def detect_accesses(exprs):
140140
for e in retrieve_indexed(exprs, deep=True):
141141
f = e.function
142142

143-
for a, d0 in zip(e.indices, f.dimensions, strict=True):
143+
for a, d0 in zip(e.indices, f.dimensions, strict=False):
144144
if isinstance(a, Indirection):
145145
a = a.mapped
146146

0 commit comments

Comments
 (0)