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.
array_term
1 parent 0689b54 commit 1dd83b5Copy full SHA for 1dd83b5
src/discretedomain.jl
@@ -72,7 +72,7 @@ SymbolicUtils.isbinop(::Shift) = false
72
73
function (D::Shift)(x, allow_zero = false)
74
!allow_zero && D.steps == 0 && return x
75
- term(D, x; type = symtype(x), shape = shape(x))
+ term(D, x; type = symtype(x), shape = SU.shape(x))
76
end
77
function (D::Shift)(x::Union{Num, Symbolics.Arr}, allow_zero = false)
78
0 commit comments