From b1892f175d345f15c4b13b8e62c7d326bb9b4aab Mon Sep 17 00:00:00 2001 From: mbs Date: Tue, 2 Apr 2024 09:53:35 +0100 Subject: [PATCH] [bos #37644] changed precision to avoid random test failure in SHAPER_TestConstraintTangentEllipse --- src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp b/src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp index af7405786..e6b73dcdc 100644 --- a/src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp +++ b/src/ModelHighAPI/ModelHighAPI_FeatureStore.cpp @@ -54,8 +54,8 @@ #include #include -#define PRECISION 6 -#define TOLERANCE (1.e-7) +#define PRECISION 5 +#define TOLERANCE (1.e-6) ModelHighAPI_FeatureStore::ModelHighAPI_FeatureStore(ObjectPtr theObject) { storeData(theObject->data(), myAttrs); -- 2.39.2