Skip to content

Commit 7379698

Browse files
committed
increase tol
1 parent 79604b2 commit 7379698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/mfc/test/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def compute_tolerance(self) -> float:
227227
else:
228228
tolerance = 3e-12
229229
elif self.params.get("weno_order") == 7:
230-
tolerance = 1e-10
230+
tolerance = 1e-9
231231

232232
return tolerance
233233

0 commit comments

Comments
 (0)