Skip to content

Commit

Permalink
gridvalidation: fix tests for 78 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Dec 13, 2021
1 parent 61e1a2b commit 3a8f8aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def setUpClass(cls):
cls.runModule("r.unpack", input="data/S4.pack", flags="o", output=cls.S4)
cls.runModule("g.region", raster=cls.original)
cls.runModule(
"g.region", raster=cls.original, res=10, flags="a", save=cls.region
"g.region", raster=cls.original, res=10, flags="au", save=cls.region
)

@classmethod
Expand Down

0 comments on commit 3a8f8aa

Please sign in to comment.