Skip to content

Commit

Permalink
increase tol
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisZYJ committed Aug 26, 2024
1 parent 3540905 commit 9812817
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 @@ -226,7 +226,7 @@ def compute_tolerance(self) -> float:
if self.params.get("acoustic_source", 'F') == 'T':
if "acoustic(1)%pulse" in self.params and self.params["acoustic(1)%pulse"] == 3: # Square wave
return 1e-5
return 2e-12
return 1e-11

return 1e-12

Expand Down

0 comments on commit 9812817

Please sign in to comment.