Skip to content

Commit 5e3d7c2

Browse files
committed
fix event test rebase
1 parent 69ab932 commit 5e3d7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model_parsing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ end
450450
u0 = [model.x => 10, model.y => 0, model.z => 0]
451451

452452
prob = ODEProblem(model, u0, (0, 5.0))
453-
sol = solve(prob, tstops = [1.5])
453+
sol = solve(prob, Tsit5(), tstops = [1.5])
454454

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

0 commit comments

Comments
 (0)