Skip to content

Commit 99978e2

Browse files
test: fix variable not passed to System in odesystem test
1 parent 4909677 commit 99978e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ end
13901390
@parameters c(t)
13911391
@mtkbuild sys = System([D(x) ~ c * cos(x), obs ~ c],
13921392
t,
1393-
[x],
1393+
[x, obs],
13941394
[c];
13951395
discrete_events = [SymbolicDiscreteCallback(
13961396
1.0 => [c ~ Pre(c) + 1], discrete_parameters = [c])])

0 commit comments

Comments
 (0)