From 1514dd306b9bf28226d92aa05a57d688b6610a6b Mon Sep 17 00:00:00 2001 From: Mateusz Baran Date: Thu, 23 Sep 2021 15:39:14 +0200 Subject: [PATCH] adapt one more tolerance --- test/groups/special_euclidean.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/groups/special_euclidean.jl b/test/groups/special_euclidean.jl index ca8730ca97..09793dd56a 100644 --- a/test/groups/special_euclidean.jl +++ b/test/groups/special_euclidean.jl @@ -129,6 +129,7 @@ Random.seed!(10) test_diff=true, test_lie_bracket=true, diff_convs=[(), (LeftAction(),), (RightAction(),)], + atol=1e-9, ) # specific affine tests p = copy(G, pts[1])