[GRASS-SVN] r71317 - grass-addons/grass7/raster/r.futures/r.futures.calib

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 27 17:41:34 PDT 2017


Author: annakrat
Date: 2017-07-27 17:41:34 -0700 (Thu, 27 Jul 2017)
New Revision: 71317

Modified:
   grass-addons/grass7/raster/r.futures/r.futures.calib/r.futures.calib.py
Log:
r.futures.calib: remove default answers, otherwise they are ignored by GUI and it fails because of specified rules

Modified: grass-addons/grass7/raster/r.futures/r.futures.calib/r.futures.calib.py
===================================================================
--- grass-addons/grass7/raster/r.futures/r.futures.calib/r.futures.calib.py	2017-07-27 03:15:52 UTC (rev 71316)
+++ grass-addons/grass7/raster/r.futures/r.futures.calib/r.futures.calib.py	2017-07-28 00:41:34 UTC (rev 71317)
@@ -39,7 +39,6 @@
 #% key: repeat
 #% description: How many times is the simulation repeated
 #% required: no
-#% answer: 10
 #% guisection: Calibration
 #%end
 #%option
@@ -147,7 +146,6 @@
 #% required: no
 #% multiple: no
 #% options: 4,8
-#% answer: 4
 #% description: The number of neighbors to be used for patch generation (4 or 8)
 #% guisection: PGA
 #%end
@@ -157,7 +155,6 @@
 #% required: no
 #% multiple: no
 #% options: 1,2
-#% answer: 2
 #% description: The way location of a seed is determined (1: uniform distribution 2: development probability)
 #% guisection: PGA
 #%end
@@ -167,7 +164,6 @@
 #% required: no
 #% multiple: no
 #% options: occurrence,gravity,kernel
-#% answer: gravity
 #% description: Approaches to derive development pressure
 #% guisection: PGA
 #%end



More information about the grass-commit mailing list