Skip to content

Commit

Permalink
tol 3e-12
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisZYJ committed Aug 27, 2024
1 parent bbc09d0 commit 4a650aa
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 @@ -225,7 +225,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 5e-12
return 3e-12

return 1e-12

Expand Down

0 comments on commit 4a650aa

Please sign in to comment.