Skip to content

Commit

Permalink
Removed mask before value assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreshth-Malik committed Feb 10, 2025
1 parent 5d9144e commit 88f2bed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/r.fillnulls/testsuite/test_r_fillnulls.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def test_mask(self):
)

self.assertModule(module)
self.runModule("r.mask", flags="r")
self.assertRasterFitsUnivar(
raster=self.mapComplete,
reference={
Expand All @@ -137,8 +138,6 @@ def test_mask(self):
precision=1e-6,
)

self.runModule("r.mask", flags="r")


if __name__ == "__main__":
test()

0 comments on commit 88f2bed

Please sign in to comment.