[Test] Relax tolerances for f77-demo test

Resolves #1393
This commit is contained in:
Ray Speth
2023-06-21 09:09:15 -04:00
committed by Ray Speth
parent def6ca10e7
commit cdc52ca37b
+2 -1
View File
@@ -250,7 +250,8 @@ if env['f90_interface'] == 'y':
Test('f77-isentropic', 'fortran', '#build/samples/f77/isentropic',
'f77_isentropic_blessed.txt')
Test('f77-ctlib', 'fortran', '#build/samples/f77/ctlib', 'f77_ctlib_blessed.txt')
Test('f77-demo', 'fortran', '#build/samples/f77/demo', 'f77_demo_blessed.txt')
Test('f77-demo', 'fortran', '#build/samples/f77/demo', 'f77_demo_blessed.txt',
threshold=1e-10)
# Force explicitly-named tests to run even if SCons thinks they're up to date
for command in COMMAND_LINE_TARGETS: