File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ sol = solve(prob, Rodas4())
141
141
142
142
@test maximum (norm .(eachcol (reduce (hcat, sol[collect (forcesensor. force. u)])))) ≈
143
143
maximum (norm .(eachcol (reduce (hcat, sol[collect (joint. frame_a. f)]))))
144
- @test norm (sol[powersensor. power. u]) < 1e-16
144
+ @test norm (sol[powersensor. power. u]) < 1e-14
145
145
doplot () && plot (sol, idxs = collect (joint. phi))
146
146
147
147
# Test power sensos
@@ -1103,4 +1103,4 @@ prob = ODEProblem(ssys, [
1103
1103
sol3 = solve (prob, Rodas4 ())
1104
1104
1105
1105
@test sol1 (0 : 0.1 : 1 , idxs= collect (body. r_0)) ≈ sol2 (0 : 0.1 : 1 , idxs= collect (body. r_0)) atol= 1e-5
1106
- @test sol1 (0 : 0.1 : 1 , idxs= collect (body. r_0)) ≈ sol3 (0 : 0.1 : 1 , idxs= collect (body. r_0)) atol= 1e-3
1106
+ @test sol1 (0 : 0.1 : 1 , idxs= collect (body. r_0)) ≈ sol3 (0 : 0.1 : 1 , idxs= collect (body. r_0)) atol= 1e-3
You can’t perform that action at this time.
0 commit comments