Skip to content

Commit 0db9b67

Browse files
authored
Update case.py
1 parent aabafc7 commit 0db9b67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

toolchain/mfc/test/case.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ def compute_tolerance(self) -> float:
255255

256256
if "Example" in self.trace.split(" -> "):
257257
tolerance = 1e-3
258+
elif "Cylindrical" in self.trace.split(" -> "):
259+
tolerance = 1e-9
258260
elif self.params.get("hypoelasticity", 'F') == 'T':
259261
tolerance = 1e-7
260262
elif self.params.get("mixlayer_perturb", 'F') == 'T':

0 commit comments

Comments
 (0)