[GRASS-SVN] r68557 - grass/trunk/raster/r.slope.aspect/testsuite

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 1 08:26:28 PDT 2016


Author: wenzeslaus
Date: 2016-06-01 08:26:28 -0700 (Wed, 01 Jun 2016)
New Revision: 68557

Modified:
   grass/trunk/raster/r.slope.aspect/testsuite/test_r_slope_aspect.py
Log:
r.slope.aspect: test is guaranteed to work only for the NC sample data

Modified: grass/trunk/raster/r.slope.aspect/testsuite/test_r_slope_aspect.py
===================================================================
--- grass/trunk/raster/r.slope.aspect/testsuite/test_r_slope_aspect.py	2016-06-01 13:29:22 UTC (rev 68556)
+++ grass/trunk/raster/r.slope.aspect/testsuite/test_r_slope_aspect.py	2016-06-01 15:26:28 UTC (rev 68557)
@@ -30,6 +30,7 @@
                                 msg="Aspect in degrees must be between 0 and 360")
 
     def test_limits_precent(self):
+        """Assumes NC elevation and allows slope up to 100% (45deg)"""
         slope = 'limits_percent_slope'
         aspect = 'limits_percent_aspect'
         self.assertModule('r.slope.aspect', elevation='elevation',



More information about the grass-commit mailing list