From 52f87241aed8b38aba0c47131a050073ec390c58 Mon Sep 17 00:00:00 2001 From: Mateusz Baran Date: Wed, 13 Sep 2023 14:24:05 +0200 Subject: [PATCH] bump tolerance --- test/groups/power_group.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/groups/power_group.jl b/test/groups/power_group.jl index 164196e39b..30525c8466 100644 --- a/test/groups/power_group.jl +++ b/test/groups/power_group.jl @@ -30,7 +30,7 @@ include("group_utils.jl") pts, X_pts, X_pts; - atol=1e-9, + atol=2e-9, test_diff=true, test_log_from_identity=true, test_exp_from_identity=true,