Skip to content

Commit

Permalink
Merge pull request #27 from ORNL-Fusion/sparse
Browse files Browse the repository at this point in the history
Relax test tolarance.
  • Loading branch information
cianciosa authored Feb 10, 2024
2 parents 68af8c0 + e263c33 commit 78edf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/tests/siesta_sparse_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ set_tests_properties (siesta_sparse_jksupu_test
PROPERTIES
DEPENDS "siesta_sparse_vmec_test;siesta_sparse_siesta_test")
add_test (NAME siesta_sparse_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.97 -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_sparse_jksupv_test
PROPERTIES
DEPENDS "siesta_sparse_vmec_test;siesta_sparse_siesta_test")

0 comments on commit 78edf2d

Please sign in to comment.