We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
symtype
1 parent 4db99bb commit db3a50cCopy full SHA for db3a50c
src/utils.jl
@@ -20,7 +20,7 @@ function detime_dvs(op)
20
if !iscall(op)
21
op
22
elseif issym(operation(op))
23
- SSym(nameof(operation(op)); type = Real, shape = SU.ShapeVecT())
+ SSym(nameof(operation(op)); type = Real, shape = SU.shape(op))
24
else
25
maketerm(typeof(op), operation(op), detime_dvs.(arguments(op)),
26
metadata(op))
0 commit comments