Commit f48a073a authored by Julien Michel's avatar Julien Michel
Browse files

TEST: Write in float to avoid rounding errors on baseline checks

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -25,7 +25,7 @@ otb_test_application(NAME apTvPrBundleToPerfectSensor
OPTIONS -inp ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif
-inxs ${INPUTDATA}/QB_Toulouse_Ortho_XS_ROI_170x230.tif
-elev.dem ${INPUTDATA}/DEM/srtm_directory
-out ${TEMP}/apTvPrBundleToPerfectSensor.tif int16
-out ${TEMP}/apTvPrBundleToPerfectSensor.tif
VALID --compare-image ${EPSILON_7}
${BASELINE}/apTvPrBundleToPerfectSensor.tif
${TEMP}/apTvPrBundleToPerfectSensor.tif)
......
......@@ -339,7 +339,7 @@ otb_test_application(NAME apTvPrSuperimpose
OPTIONS -inr ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif
-inm ${INPUTDATA}/QB_Toulouse_Ortho_XS_ROI_170x230.tif
-elev.dem ${INPUTDATA}/DEM/srtm_directory
-out ${TEMP}/apTvPrSuperimpose.tif int16
-out ${TEMP}/apTvPrSuperimpose.tif
-lms 4.0
VALID --compare-image ${EPSILON_7}
${BASELINE}/apTvPrSuperimpose.tif
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment