From 569de6ceb2115f5529b79fbcd368f2adc3397a38 Mon Sep 17 00:00:00 2001 From: "W. Daryl Hawkins" Date: Tue, 7 Oct 2025 11:40:32 -0500 Subject: [PATCH] Updating tolerance for HEU_MET_FAST_003 to prevent spurious testing failures --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 98641f1..c443d06 100644 --- a/test.py +++ b/test.py @@ -12,7 +12,7 @@ os.path.join("HEU_MET_FAST_003", "HEU_MET_FAST_003.py"), # Directory name, input file name {"k-eigenvalue:": 1.001655}, # key, value to test or None 12, # Number of MPI ranks - 1.0e-6 # Tolerance or None + 1.0e-4 # Tolerance or None ), ( os.path.join("OpenSn_Logo_CAD", "opensn.py"),