Skip to content

Commit 91c5e7e

Browse files
committed
[Test][CI] Lowers tolerance threshold
1 parent 8999dd4 commit 91c5e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_no_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
FV2D_EXE = Path(__file__).parent.parent / "build" / "fv2d"
2222
FV2D_TMP_DIR = Path(__file__).parent / "tmp_test_dir" # for improvement see : https://docs.pytest.org/en/stable/how-to/tmp_path.html
2323
FV2D_TMP_DIR.mkdir(exist_ok=True)
24-
TOLERANCE = 1e-3
24+
TOLERANCE = 1e-2
2525

2626

2727
def run_problem(inifile: str) -> None:

0 commit comments

Comments
 (0)