Skip to content

Commit

Permalink
Relax test tolarance.
Browse files Browse the repository at this point in the history
  • Loading branch information
cianciosa committed Feb 9, 2024
1 parent 3c57b89 commit f3965e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/tests/siesta_final_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ set_tests_properties (siesta_final_jbsups_test
PROPERTIES
DEPENDS "siesta_final_vmec_test;siesta_final_siesta_test")
add_test (NAME siesta_final_jbsupu_test
COMMAND $<TARGET_PROPERTY:xsiesta_test,BINARY_DIR>/xsiesta_test -wout_file=${CMAKE_CURRENT_BINARY_DIR}/wout_test.vmec.nc -restart_file=${CMAKE_CURRENT_BINARY_DIR}/siesta_restart_w7x.nc -test_name=jbsupu -min=0.0 -max=1.0 -tol=5.0E-5)
COMMAND $<TARGET_PROPERTY:xsiesta_test,BINARY_DIR>/xsiesta_test -wout_file=${CMAKE_CURRENT_BINARY_DIR}/wout_test.vmec.nc -restart_file=${CMAKE_CURRENT_BINARY_DIR}/siesta_restart_w7x.nc -test_name=jbsupu -min=0.0 -max=1.0 -tol=5.1E-5)
set_tests_properties (siesta_final_jbsupu_test
PROPERTIES
DEPENDS "siesta_final_vmec_test;siesta_final_siesta_test")
Expand Down

0 comments on commit f3965e8

Please sign in to comment.