Skip to content

Commit 666019d

Browse files
committed
add ib to 1e-10
1 parent 88f8b5a commit 666019d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/mfc/test/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def compute_tolerance(self) -> float:
216216
if self.params.get("hypoelasticity", 'F') == 'T':
217217
return 1e-7
218218

219-
if any(self.params.get(key, 'F') == 'T' for key in ['relax', 'qbmm', 'bubbles']):
219+
if any(self.params.get(key, 'F') == 'T' for key in ['relax', 'ib', 'qbmm', 'bubbles']):
220220
return 1e-10
221221

222222
if self.params.get("low_Mach", 'F') == 1 or self.params.get("low_Mach", 'F') == 2:

0 commit comments

Comments
 (0)