Skip to content

Commit

Permalink
Merge pull request #36 from ORNL-Fusion/sparse
Browse files Browse the repository at this point in the history
Relax test tolarance.
  • Loading branch information
cianciosa authored Feb 14, 2024
2 parents cedb735 + 3e20437 commit d729856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/tests/siesta_init_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ set_tests_properties (siesta_init_jksupu_test
PROPERTIES
DEPENDS "siesta_init_vmec_test;siesta_init_siesta_test")
add_test (NAME siesta_init_jksupv_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=jbsupv -min=0.0 -max=1.0 -tol=0.98 -relative)
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=jbsupv -min=0.0 -max=1.0 -tol=0.99 -relative)
set_tests_properties (siesta_init_jksupv_test
PROPERTIES
DEPENDS "siesta_init_vmec_test;siesta_init_siesta_test")

0 comments on commit d729856

Please sign in to comment.