Skip to content

Commit c1ad662

Browse files
committed
slight change to test
1 parent a15bf1a commit c1ad662

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)