Skip to content

Commit

Permalink
up wheel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Jun 19, 2024
1 parent 6e478d6 commit b5628ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -681,12 +681,10 @@ defs = [
# collect(D.(cwheel.rollingWheel.angles)) .=> [0, 5, 1]
]



@test_skip begin # Does not initialize
ssys = structural_simplify(IRSystem(wheel))
prob = ODEProblem(ssys, defs, (0, 10))
sol = solve(prob, Rodas5P(autodiff=false), u0 = prob.u0 .+ 0*1e-6 .* rand.(), initializealg=BrownFullBasicInit(0.001))
sol = solve(prob, Rodas5P(autodiff=false))
@info "Write tests"
end

Expand Down

0 comments on commit b5628ac

Please sign in to comment.