From 6095d615ffaa3cdc6e130581e98b2419a09fa5fb Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 12 Nov 2013 10:11:56 +0100 Subject: [PATCH] TEST: fix InnerProductPCAImageFilterAllsOutputs tests, generating the same file --- Testing/Code/BasicFilters/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Testing/Code/BasicFilters/CMakeLists.txt b/Testing/Code/BasicFilters/CMakeLists.txt index 4ed10829c5..a123ba0894 100644 --- a/Testing/Code/BasicFilters/CMakeLists.txt +++ b/Testing/Code/BasicFilters/CMakeLists.txt @@ -1968,10 +1968,10 @@ ADD_TEST(bfTvInnerProductPCAImageFilterAllsOutputs ${BASICFILTERS_TESTS11} ADD_TEST(bfTvInnerProductPCAImageFilterAllsOutputsWithoutUnbiasedEstimator ${BASICFILTERS_TESTS11} --compare-image ${EPSILON_7} ${BASELINE}/bfInnerProductPCAImageFilterAllsOutputs.tif - ${TEMP}/bfInnerProductPCAImageFilterAllsOutputs.tif + ${TEMP}/bfInnerProductPCAImageFilterAllsOutputsWithoutUnbiasedEstimator.tif otbInnerProductPCAImageFilter ${INPUTDATA}/poupees_sub_3c.png - ${TEMP}/bfInnerProductPCAImageFilterAllsOutputs.tif + ${TEMP}/bfInnerProductPCAImageFilterAllsOutputsWithoutUnbiasedEstimator.tif 1 # Flag generate Mean component ? 1 #center data 3 # Nb Of Principal Components -- GitLab