Skip to content

Commit

Permalink
Update regression test tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
paulblum committed Feb 23, 2021
1 parent c99b7ef commit 207b149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_problems/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ Test('cxx-combustor', 'cxx_samples', '#build/samples/cxx/combustor/combustor', N
comparisons=[('combustor_cxx_blessed.csv', 'combustor_cxx.csv')],
threshold=1e-10, tolerance=2e-4)
Test('cxx-custom', 'cxx_samples', '#build/samples/cxx/custom/custom', None,
comparisons=[('custom_cxx_blessed.csv', 'custom_cxx.csv')])
comparisons=[('custom_cxx_blessed.csv', 'custom_cxx.csv')],
threshold=1e-10, tolerance=2e-4)
Test('cxx-demo', 'cxx_samples', '#build/samples/cxx/demo/demo',
'cxx_demo_blessed.txt',
threshold=1e-10, tolerance=2e-4)
Expand Down

0 comments on commit 207b149

Please sign in to comment.