Skip to content

Commit b7cdf5f

Browse files
committed
Merge pull request #948 from gioman/r_kappa
[processing] no need to escape parameters in r.kappa as processing does it by default
2 parents f724efd + c5d6f70 commit b7cdf5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/plugins/processing/grass/description/r.kappa.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ r.kappa - Calculate error matrix and kappa parameter for accuracy assessment of
33
Raster (r.*)
44
ParameterRaster|classification|Raster layer containing classification result|False
55
ParameterRaster|reference|Raster layer containing reference classes|False
6-
ParameterString|title|Title for error matrix and kappa|"ACCURACY ASSESSMENT"
6+
ParameterString|title|Title for error matrix and kappa|ACCURACY ASSESSMENT
77
ParameterBoolean|-h|No header in the report|False
88
ParameterBoolean|-w|Wide report (132 columns)|False
9-
OutputFile|output|Output file containing error matrix and kappa
9+
OutputFile|output|Output file containing error matrix and kappa

0 commit comments

Comments
 (0)