Skip to content

Commit e660b0b

Browse files
test: fix state selection test
1 parent 105dd72 commit e660b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/state_selection.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using ModelingToolkit, OrdinaryDiffEq, Test
22
using ModelingToolkit: t_nounits as t, D_nounits as D
33

44
sts = @variables x1(t) x2(t) x3(t) x4(t)
5-
params = @parameters u1(t) u2(t) u3(t) u4(t)
5+
params = @parameters u1 u2 u3 u4
66
eqs = [x1 + x2 + u1 ~ 0
77
x1 + x2 + x3 + u2 ~ 0
88
x1 + D(x3) + x4 + u3 ~ 0

0 commit comments

Comments
 (0)