Skip to content

Commit

Permalink
Update raster/r.his/testsuite/test_r_his.py
Browse files Browse the repository at this point in the history
Apply the suggestion.

Co-authored-by: Anna Petrasova <kratochanna@gmail.com>
  • Loading branch information
mshukuno and petrasovaa authored Oct 24, 2024
1 parent dc3119a commit 83f179a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion raster/r.his/testsuite/test_r_his.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def setUpClass(cls):
cls.use_temp_region()
cls.runModule("g.region", raster="elevation")
cls.elev_shade = "elevation_shaded_relief"
cls.use_temp_region()
cls.runModule("r.relief", input="elevation", output=cls.elev_shade)
cls.runModule(
"r.mapcalc", expression=f"{cls.intensity} = {cls.elev_shade} * 1.5"
Expand Down

0 comments on commit 83f179a

Please sign in to comment.