Skip to content

Commit 845930c

Browse files
authored
Merge pull request #1703 from JuliaRobotics/23Q2/test/maniopttol
slight change to test
2 parents 104c061 + c1ad662 commit 845930c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/manifolds/manifolddiff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ sol = IncrementalInference.optimizeManifold_FD(M,f,x0)
230230

231231
@show sol.minimizer
232232
@test isapprox( f(sol.minimizer), 0; atol=1e-3 )
233-
@test isapprox( 0, sum(abs.(log(M, e0, compose(M, inv(M,q), sol.minimizer)))); atol=1e-5)
233+
@test isapprox( 0, sum(abs.(log(M, e0, compose(M, inv(M,q), sol.minimizer)))); atol=1e-4)
234234

235235

236236
##

0 commit comments

Comments
 (0)