Skip to content

Commit

Permalink
fix additional DAE
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Sep 12, 2024
1 parent 8f66928 commit 5f16c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dsl/dsl_options.jl
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ let
@test equations(rn)[3] isa Equation

# Checks that simulations has the correct output
u0 = Dict([S => 1 + rand(rng), X => 1 + rand(rng), Y => 1 + rand(rng)])
u0 = Dict([S => 1 + rand(rng), Y => 1 + rand(rng)])
ps = Dict([p => 1 + rand(rng), d => 1 + rand(rng), k => 1 + rand(rng)])
oprob = ODEProblem(rn, u0, (0.0, 10000.0), ps; structural_simplify=true)
sol = solve(oprob, Tsit5(); abstol=1e-9, reltol=1e-9)
Expand Down

0 comments on commit 5f16c2d

Please sign in to comment.