We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f32c1a commit 7e21e5bCopy full SHA for 7e21e5b
1 file changed
tests/test_symbolics.py
@@ -14,7 +14,7 @@
14
CallFromPointer, Cast, DefFunction, FieldFromPointer,
15
INT, FieldFromComposite, IntDiv, Namespace, Rvalue,
16
ReservedWord, ListInitializer, uxreplace, pow_to_mul,
17
- retrieve_derivatives, BaseCast, SizeOf)
+ retrieve_derivatives, BaseCast, SizeOf, sympy_dtype)
18
from devito.tools import as_tuple
19
from devito.types import (Array, Bundle, FIndexed, LocalObject, Object,
20
ComponentAccess, StencilDimension, Symbol as dSymbol,
0 commit comments