Skip to content

Commit

Permalink
fix event test rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutsche committed Mar 10, 2024
1 parent 69ab932 commit 5e3d7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model_parsing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ end
u0 = [model.x => 10, model.y => 0, model.z => 0]

prob = ODEProblem(model, u0, (0, 5.0))
sol = solve(prob, tstops = [1.5])
sol = solve(prob, Tsit5(), tstops = [1.5])

@test isequal(sol[model.y][end], 1.0)
@test isequal(sol[model.z][end], 2.0)
Expand Down

0 comments on commit 5e3d7c2

Please sign in to comment.