Skip to content

Commit 236a5f8

Browse files
test: fix variable not passed to System in odesystem test
1 parent 91c1b2b commit 236a5f8

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
@@ -1441,7 +1441,7 @@ end
14411441
@parameters c(t)
14421442
@mtkbuild sys = System([D(x) ~ c * cos(x), obs ~ c],
14431443
t,
1444-
[x],
1444+
[x, obs],
14451445
[c];
14461446
discrete_events = [SymbolicDiscreteCallback(
14471447
1.0 => [c ~ Pre(c) + 1], discrete_parameters = [c])])

0 commit comments

Comments
 (0)