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 0241f53 commit 9f3a930Copy full SHA for 9f3a930
test/downstream/symbol_indexing.jl
@@ -40,7 +40,7 @@ test_tables_interface(sol_new, [:timestamp, Symbol("x(t)")], hcat(sol_new[t], so
40
# Two components
41
@variables y(t)
42
@parameters α β γ δ
43
-@named lv = ODESystem([D(x) ~ α * x - β * x * y,
+@mtkbuild lv = ODESystem([D(x) ~ α * x - β * x * y,
44
D(y) ~ δ * x * y - γ * x * y],t)
45
46
prob = ODEProblem(lv, [x => 1.0, y => 1.0], (0.0, 10.0),
0 commit comments