From: mbs Date: Tue, 2 Apr 2024 08:53:35 +0000 (+0100) Subject: [bos #37644] changed precision to avoid random test failure in SHAPER_TestConstraintT... X-Git-Tag: V9_13_0a1~14^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fbos%2F41438;p=modules%2Fshaper.git [bos #37644] changed precision to avoid random test failure in SHAPER_TestConstraintTangentEllipse --- 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);