Skip to content

Commit fa633ed

Browse files
committed
pass old test at tol=5e-4
1 parent 8d29efa commit fa633ed

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
@@ -240,7 +240,7 @@ def compute_tolerance(self) -> float:
240240
else:
241241
tolerance = 3e-12
242242
elif self.params.get("weno_order") == 7:
243-
tolerance = 1e-2
243+
tolerance = 5e-4
244244

245245
return tolerance
246246

0 commit comments

Comments
 (0)