[Bf-blender-cvs] [20100009f6d] master: Fix armature roll test failing on macOS

Brecht Van Lommel noreply at git.blender.org
Tue Apr 28 13:32:38 CEST 2020


Commit: 20100009f6da55709f77651d856af914e80021ed
Author: Brecht Van Lommel
Date:   Tue Apr 28 13:31:48 2020 +0200
Branches: master
https://developer.blender.org/rB20100009f6da55709f77651d856af914e80021ed

Fix armature roll test failing on macOS

===================================================================

M	tests/gtests/blenkernel/BKE_armature_test.cc

===================================================================

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)
 {



More information about the Bf-blender-cvs mailing list