From 2aaca23c421be85ac416a2c6bc6fafb76cd3a2c0 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Tue, 7 Jan 2025 07:47:43 +0100 Subject: [PATCH] update tol --- opengate/tests/src/test085_free_flight_mt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opengate/tests/src/test085_free_flight_mt.py b/opengate/tests/src/test085_free_flight_mt.py index 790793f69..e01db9dce 100755 --- a/opengate/tests/src/test085_free_flight_mt.py +++ b/opengate/tests/src/test085_free_flight_mt.py @@ -42,7 +42,7 @@ stats, tolerance=65, ignore_value_data1=0, - sum_tolerance=8, + sum_tolerance=8.5, axis="x", ) and is_ok @@ -55,7 +55,7 @@ stats, tolerance=65, ignore_value_data1=0, - sum_tolerance=8, + sum_tolerance=8.5, axis="x", ) and is_ok