Skip to content
Snippets Groups Projects
Commit ac700e25 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

STYLE: replace 0.0 by NOTOL

parent 6d487516
No related branches found
No related tags found
No related merge requests found
...@@ -716,7 +716,7 @@ if(OTB_USE_OPENCV) ...@@ -716,7 +716,7 @@ if(OTB_USE_OPENCV)
-out ${TEMP}/apTvClSVMLabeledVector.shp -out ${TEMP}/apTvClSVMLabeledVector.shp
-feat meanB0 meanB1 meanB2 meanB3 varB0 varB1 varB2 varB3 -feat meanB0 meanB1 meanB2 meanB3 varB0 varB1 varB2 varB3
-cfield class -cfield class
VALID --compare-ogr 0.0 VALID --compare-ogr ${NOTOL}
${OTBAPP_BASELINE_FILES}/apTvClSVMLabeledVector.shp ${OTBAPP_BASELINE_FILES}/apTvClSVMLabeledVector.shp
${TEMP}/apTvClSVMLabeledVector.shp) ${TEMP}/apTvClSVMLabeledVector.shp)
endif() endif()
...@@ -730,7 +730,7 @@ if(OTB_USE_OPENCV) ...@@ -730,7 +730,7 @@ if(OTB_USE_OPENCV)
-out ${TEMP}/apTvClDTVectorRegression.sqlite -out ${TEMP}/apTvClDTVectorRegression.sqlite
-feat value_0 value_1 value_2 value_3 -feat value_0 value_1 value_2 value_3
-cfield predicted -cfield predicted
VALID --compare-ogr 0.0 VALID --compare-ogr ${NOTOL}
${OTBAPP_BASELINE_FILES}/apTvClDTVectorRegression.sqlite ${OTBAPP_BASELINE_FILES}/apTvClDTVectorRegression.sqlite
${TEMP}/apTvClDTVectorRegression.sqlite) ${TEMP}/apTvClDTVectorRegression.sqlite)
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment