From 20100009f6da55709f77651d856af914e80021ed Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 28 Apr 2020 13:31:48 +0200 Subject: Fix armature roll test failing on macOS --- tests/gtests/blenkernel/BKE_armature_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gtests') diff --git a/tests/gtests/blenkernel/BKE_armature_test.cc b/tests/gtests/blenkernel/BKE_armature_test.cc index 0f390a471d7..ed6045081d4 100644 --- a/tests/gtests/blenkernel/BKE_armature_test.cc +++ b/tests/gtests/blenkernel/BKE_armature_test.cc @@ -23,7 +23,7 @@ #include "testing/testing.h" -static const float FLOAT_EPSILON = 1e-7; +static const float FLOAT_EPSILON = 1.2e-7; TEST(mat3_vec_to_roll, UnitMatrix) { -- cgit v1.2.3