From 3db10faf1d1751642daccceb8806452290c593f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20=C3=9Clgen?= Date: Mon, 30 Oct 2023 18:00:52 +0000 Subject: [PATCH] Temporarily disable GetDeformationFieldTest --- niftyreg_build_version.txt | 2 +- reg-test/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/niftyreg_build_version.txt b/niftyreg_build_version.txt index 6fa50e78..bc23f8ef 100644 --- a/niftyreg_build_version.txt +++ b/niftyreg_build_version.txt @@ -1 +1 @@ -353 +354 diff --git a/reg-test/CMakeLists.txt b/reg-test/CMakeLists.txt index a2e304f6..941ed995 100755 --- a/reg-test/CMakeLists.txt +++ b/reg-test/CMakeLists.txt @@ -113,7 +113,7 @@ set(EXEC_LIST reg_test_affineDeformationField) set(EXEC_LIST reg_test_be ${EXEC_LIST}) set(EXEC_LIST reg_test_blockMatching ${EXEC_LIST}) set(EXEC_LIST reg_test_conjugateGradient ${EXEC_LIST}) -set(EXEC_LIST reg_test_getDeformationField ${EXEC_LIST}) +# set(EXEC_LIST reg_test_getDeformationField ${EXEC_LIST}) set(EXEC_LIST reg_test_composeField ${EXEC_LIST}) set(EXEC_LIST reg_test_imageGradient ${EXEC_LIST}) set(EXEC_LIST reg_test_interpolation ${EXEC_LIST})