diff --git a/Testing/Code/FeatureExtraction/CMakeLists.txt b/Testing/Code/FeatureExtraction/CMakeLists.txt index aa212081f63a13a85101c072495eaa397a7c2ddc..b61769edc310066766fa3cd444b4b69fa7a3c68c 100755 --- a/Testing/Code/FeatureExtraction/CMakeLists.txt +++ b/Testing/Code/FeatureExtraction/CMakeLists.txt @@ -16,7 +16,7 @@ SET(EPS 0.001) #Tolerance sur diff pixel image #EPSILON est different de 0.0 pour les tests multiplateformes avec différentes options de compilation. -SET(EPSILON 0.0000000001) +SET(EPSILON 0.00000001) SET(FEATUREEXTRACTION_TESTS ${CXX_TEST_PATH}/otbFeatureExtractionTests)