Skip to content

Commit 16fc0fe

Browse files
committed
update low_mach
1 parent 64cb531 commit 16fc0fe

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
@@ -226,7 +226,7 @@ def compute_tolerance(self) -> float:
226226
if self.params.get("hypoelasticity", 'F') == 'T':
227227
return 1e-7
228228

229-
if any(self.params.get(key, 'F') == 'T' for key in ['relax', 'ib', 'qbmm', 'bubbles']) or self.params.get("low_mach") == [1, 2]:
229+
if any(self.params.get(key, 'F') == 'T' for key in ['relax', 'ib', 'qbmm', 'bubbles']) or self.params.get("low_mach") == 1 or self.params.get("low_mach") == 2:
230230
return 1e-10
231231

232232
if self.params.get("acoustic_source", 'F') == 'T':

0 commit comments

Comments
 (0)