Skip to content

Commit

Permalink
Update case.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgupta1234 committed Oct 24, 2024
1 parent 666019d commit 2b41200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/mfc/test/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b41200

Please sign in to comment.