Skip to content

Commit

Permalink
Adjust test tolarance to accound for Parallel Reductions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cianciosa committed Nov 20, 2023
1 parent 376442b commit 36fdedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/tests/lasym_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ set_tests_properties (vmec_asym_check_bvco_test
PROPERTIES
DEPENDS "vmec_sym_test;vmec_asym_test")
add_test (NAME vmec_asym_check_chi_test
COMMAND $<TARGET_PROPERTY:xvmec,BINARY_DIR>/xwout_diff -wout_file1=wout_test_sym.vmec.nc -wout_file2=wout_test_asym.vmec.nc -quantity=chi -tol=6.3E-17)
COMMAND $<TARGET_PROPERTY:xvmec,BINARY_DIR>/xwout_diff -wout_file1=wout_test_sym.vmec.nc -wout_file2=wout_test_asym.vmec.nc -quantity=chi -tol=9.4E-17)
set_tests_properties (vmec_asym_check_chi_test
PROPERTIES
DEPENDS "vmec_sym_test;vmec_asym_test")
Expand Down

0 comments on commit 36fdedf

Please sign in to comment.