We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabafc7 commit 0db9b67Copy full SHA for 0db9b67
toolchain/mfc/test/case.py
@@ -255,6 +255,8 @@ def compute_tolerance(self) -> float:
255
256
if "Example" in self.trace.split(" -> "):
257
tolerance = 1e-3
258
+ elif "Cylindrical" in self.trace.split(" -> "):
259
+ tolerance = 1e-9
260
elif self.params.get("hypoelasticity", 'F') == 'T':
261
tolerance = 1e-7
262
elif self.params.get("mixlayer_perturb", 'F') == 'T':
0 commit comments