We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8999dd4 commit 91c5e7eCopy full SHA for 91c5e7e
tests/test_no_regression.py
@@ -21,7 +21,7 @@
21
FV2D_EXE = Path(__file__).parent.parent / "build" / "fv2d"
22
FV2D_TMP_DIR = Path(__file__).parent / "tmp_test_dir" # for improvement see : https://docs.pytest.org/en/stable/how-to/tmp_path.html
23
FV2D_TMP_DIR.mkdir(exist_ok=True)
24
-TOLERANCE = 1e-3
+TOLERANCE = 1e-2
25
26
27
def run_problem(inifile: str) -> None:
0 commit comments