Skip to content

Commit f39e302

Browse files
committed
increase tolerance
1 parent 8a38497 commit f39e302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/MHD/LinearWaveTest/testme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
sys.path.append(os.getenv("IDEFIX_DIR"))
1010

1111
import pytools.idfx_test as tst
12-
tolerance=4e-14
12+
tolerance=2e-13
1313
def testMe(test):
1414
test.configure()
1515
test.compile()

0 commit comments

Comments
 (0)