Skip to content

Commit 5f16c2d

Browse files
committed
fix additional DAE
1 parent 8f66928 commit 5f16c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dsl/dsl_options.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ let
895895
@test equations(rn)[3] isa Equation
896896

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

0 commit comments

Comments
 (0)