We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dafce5 commit 3af970aCopy full SHA for 3af970a
devito/operator/operator.py
@@ -478,7 +478,7 @@ def _prepare_arguments(self, **kwargs):
478
p._arg_check(args, self._dspace[p])
479
for d in self.dimensions:
480
if d.is_Derived:
481
- d._arg_check(args, self._dspace[p])
+ d._arg_check(args, self._dspace[d]) # BUG?
482
483
# Turn arguments into a format suitable for the generated code
484
# E.g., instead of NumPy arrays for Functions, the generated code expects
0 commit comments