Skip to content
Snippets Groups Projects
Commit 82fe1fda authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: set EPSILON_4 tolerance for RSResample test on leod

parent 217c77b1
Branches
Tags
No related merge requests found
......@@ -1632,7 +1632,7 @@ IF(OTB_DATA_USE_LARGEINPUT)
ADD_TEST(prTvotbGenericRSResampleImageFilter ${PROJECTIONS_TESTS4}
--compare-image ${NOTOL}
--compare-image ${EPSILON_4}
${BASELINE}/prTvotbGenericRSResampleImageFilterOutput.tif
${TEMP}/prTvotbGenericRSResampleImageFilterOutput.tif
otbGenericRSResampleImageFilter
......@@ -1662,7 +1662,7 @@ FOREACH( file ${SENSOR_TYPES})
STRING(REGEX REPLACE "${sharp_regexp}" "\\1" sensor_name "${file}")
# Tests
ADD_TEST(prTvotbGenericRSResampleImageFilterFromMap_${sensor_name} ${PROJECTIONS_TESTS4}
--compare-image ${NOTOL}
--compare-image ${EPSILON_4}
${BASELINE}/prTvotbGenericRSResampleImageFilterOutputFromMap_${sensor_name}.tif
${TEMP}/prTvotbGenericRSResampleImageFilterOutputFromMap_${sensor_name}.tif
otbGenericRSResampleImageFilterFromMap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment