From 77f664071f4600faec7d375010e16cc51ba2c4ce Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Tue, 12 Feb 2019 14:27:06 +0100 Subject: [PATCH] TEST: larger false alarm rate because image is smaller --- Modules/Applications/AppHyperspectral/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Applications/AppHyperspectral/test/CMakeLists.txt b/Modules/Applications/AppHyperspectral/test/CMakeLists.txt index 3fb8b25806..a3b2187ebc 100644 --- a/Modules/Applications/AppHyperspectral/test/CMakeLists.txt +++ b/Modules/Applications/AppHyperspectral/test/CMakeLists.txt @@ -58,7 +58,7 @@ otb_test_application(NAME apTvHyEndmemberNumberEstimation_vd APP EndmemberNumberEstimation OPTIONS -in ${OTB_DATA_ROOT}/Input/Hyperspectral/synthetic/hsi_cube.tif -algo vd - -algo.vd.far 0.001 + -algo.vd.far 0.2 TESTENVOPTIONS ${TEMP}/aptTvHyEndmemberNumberEstimation_vd.txt VALID --compare-ascii ${EPSILON_7} ${BASELINE_FILES}/aptTvHyEndmemberNumberEstimation.txt -- GitLab