Skip to content

Commit

Permalink
change test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed Feb 8, 2024
1 parent 57a93d0 commit c914d90
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 1e-12
return 5e-12


@dataclasses.dataclass
Expand Down

0 comments on commit c914d90

Please sign in to comment.