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.
1 parent 1f0aa92 commit 1729986Copy full SHA for 1729986
test/implicit_discrete_system.jl
@@ -75,6 +75,6 @@ end
75
y(k) ~ x(k - 1) + x(k - 2),
76
z(k) * x(k) ~ 3]
77
@mtkcompile sys = System(eqs, t)
78
- @test occursin("var\"Shift(t, 1)(x(t))\"",
+ @test occursin("var\"Shift(t, 1)(z(t))\"",
79
string(ImplicitDiscreteFunction(sys; expression = Val{true})))
80
end
0 commit comments