Skip to content

Commit

Permalink
tweak tol
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Sep 25, 2024
1 parent 29c2a0e commit c25b91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/suspension.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ defs = [
display(sort(unknowns(ssys), by=string))
prob = ODEProblem(ssys, defs, (0, 3))
sol = solve(prob, Rodas5P(autodiff=false), initializealg = BrownFullBasicInit(), u0 = prob.u0.+1e-8.*randn.())
sol = solve(prob, Rodas5P(autodiff=false), initializealg = BrownFullBasicInit(), u0 = prob.u0.+1e-6.*randn.())
@test SciMLBase.successful_retcode(sol)
import GLMakie
Multibody.render(model, sol, show_axis=false, x=-3.5, y=0.5, z=0.15, lookat=[0,0.1,0.0], timescale=3, filename="suspension_fullcar_wheels.gif") # Video
Expand Down

0 comments on commit c25b91d

Please sign in to comment.