|
@@ -30,6 +30,7 @@ class TestSlopeAspect(TestCase):
|
|
|
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',
|