Skip to content

Commit c2bd425

Browse files
authored
Turn off cache from two failing examples
1 parent bcad2a2 commit c2bd425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/examples/wheel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ prob = ODEProblem(ssys, [
332332
D(model.prismatic.r0[2]) => 0,
333333
], (0.0, 15.0))
334334
sol = solve(prob, Rodas5Pr())
335-
render(model, sol, show_axis=false, x=0, y=0, z=4, traces=[model.slipBasedWheelJoint.frame_a], filename="slipwheel.gif")
335+
render(model, sol, show_axis=false, x=0, y=0, z=4, traces=[model.slipBasedWheelJoint.frame_a], filename="slipwheel.gif", cache=fale)
336336
nothing # hide
337337
```
338338

@@ -452,7 +452,7 @@ defs = merge(
452452
prob = ODEProblem(ssys, defs, (0.0, 5.0))
453453
sol = solve(prob, Rodas5P(autodiff=false))
454454
@test SciMLBase.successful_retcode(sol)
455-
Multibody.render(model, sol, show_axis=false, x=0, y=0, z=5, filename="twotrack.gif")
455+
Multibody.render(model, sol, show_axis=false, x=0, y=0, z=5, filename="twotrack.gif", cache=false)
456456
nothing # hide
457457
```
458458

0 commit comments

Comments
 (0)