Skip to content

Commit

Permalink
Update symbol_indexing.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 24, 2024
1 parent 0241f53 commit 9f3a930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/downstream/symbol_indexing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test_tables_interface(sol_new, [:timestamp, Symbol("x(t)")], hcat(sol_new[t], so
# Two components
@variables y(t)
@parameters α β γ δ
@named lv = ODESystem([D(x) ~ α * x - β * x * y,
@mtkbuild lv = ODESystem([D(x) ~ α * x - β * x * y,
D(y) ~ δ * x * y - γ * x * y],t)

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

0 comments on commit 9f3a930

Please sign in to comment.