Skip to content

Commit 9f3a930

Browse files
Update symbol_indexing.jl
1 parent 0241f53 commit 9f3a930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/symbol_indexing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test_tables_interface(sol_new, [:timestamp, Symbol("x(t)")], hcat(sol_new[t], so
4040
# Two components
4141
@variables y(t)
4242
@parameters α β γ δ
43-
@named lv = ODESystem([D(x) ~ α * x - β * x * y,
43+
@mtkbuild lv = ODESystem([D(x) ~ α * x - β * x * y,
4444
D(y) ~ δ * x * y - γ * x * y],t)
4545

4646
prob = ODEProblem(lv, [x => 1.0, y => 1.0], (0.0, 10.0),

0 commit comments

Comments
 (0)