Skip to content

Commit

Permalink
Update case.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Feb 24, 2024
1 parent ce57253 commit 5d966c4
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 @@ -218,7 +218,7 @@ def compute_tolerance(self) -> float:
if self.params.get("ib", 'F') == 'T':
return 1e-10

return 5e-12
return 1e-12


@dataclasses.dataclass
Expand Down

0 comments on commit 5d966c4

Please sign in to comment.