From e617a2ff130bf366f30afc4c5b271d1055202369 Mon Sep 17 00:00:00 2001 From: rmcdermo Date: Wed, 28 Jan 2026 15:38:26 -0500 Subject: [PATCH] Python: update HTC forced reference error --- Utilities/Python/scripts/htc_forced.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Utilities/Python/scripts/htc_forced.py b/Utilities/Python/scripts/htc_forced.py index 59a1451c726..386f6cfc2e4 100644 --- a/Utilities/Python/scripts/htc_forced.py +++ b/Utilities/Python/scripts/htc_forced.py @@ -133,11 +133,13 @@ # === Error test === REF_ERROR = np.array([ - [0.1010, 0.1930, 0.0235], - [0.2628, 0.0330, 0.2927], - [0.3371, 0.1494, 0.1421] + [0.13117575, 0.16006822, 0.0400888], + [0.30421425, 0.07066064, 0.24389138], + [0.41742345, 0.22269597, 0.07470432] ]) +# print(REL_ERROR) + ERROR = np.linalg.norm(REL_ERROR - REF_ERROR) if ERROR > 0.1: