Skip to content

Commit 1dd83b5

Browse files
fixup! refactor: remove usages of array_term
1 parent 0689b54 commit 1dd83b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discretedomain.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ SymbolicUtils.isbinop(::Shift) = false
7272

7373
function (D::Shift)(x, allow_zero = false)
7474
!allow_zero && D.steps == 0 && return x
75-
term(D, x; type = symtype(x), shape = shape(x))
75+
term(D, x; type = symtype(x), shape = SU.shape(x))
7676
end
7777
function (D::Shift)(x::Union{Num, Symbolics.Arr}, allow_zero = false)
7878
!allow_zero && D.steps == 0 && return x

0 commit comments

Comments
 (0)