Procházet zdrojové kódy

r.horizon: fix test for https://trac.osgeo.org/grass/changeset/73049 (allow negative angles)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73915 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz před 6 roky
rodič
revize
69981b621d
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      raster/r.horizon/testsuite/test_r_horizon.py

+ 2 - 2
raster/r.horizon/testsuite/test_r_horizon.py

@@ -30,7 +30,7 @@ ref2 = """azimuth,horizon_height
 280.000000,0.039774
 300.000000,0.032360
 320.000000,0.014804
-340.000000,0.000000
+340.000000,-0.001438
 360.000000,0.004724
 20.000000,0.012612
 40.000000,0.015207
@@ -51,7 +51,7 @@ ref3 = """azimuth,horizon_height
 280.000000,0.039774
 300.000000,0.032360
 320.000000,0.014804
-340.000000,0.000000
+340.000000,-0.001438
 360.000000,0.004724
 20.000000,0.012612
 40.000000,0.015207