From 40642d446a0ee742010c7d0c425007274ab4908a Mon Sep 17 00:00:00 2001 From: Ansh Gupta <38015438+anshgupta1234@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:21:54 -0400 Subject: [PATCH] Update case.py --- toolchain/mfc/test/case.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/mfc/test/case.py b/toolchain/mfc/test/case.py index 2d9433d08..756d8066f 100644 --- a/toolchain/mfc/test/case.py +++ b/toolchain/mfc/test/case.py @@ -215,7 +215,7 @@ def __str__(self) -> str: def compute_tolerance(self) -> float: if self.params.get("hypoelasticity", 'F') == 'T': return 1e-7 - + if any(self.params.get(key, 'F') == 'T' for key in ['relax', 'ib', 'qbmm', 'bubbles']): return 1e-10