Skip to content

Commit

Permalink
fix and skip large test
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Oct 18, 2024
1 parent 60234cc commit 903d46c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions raster/r.sim/r.sim.water/testsuite/test_r_sim_water.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import unittest

from grass.gunittest.case import TestCase


Expand Down Expand Up @@ -151,7 +153,7 @@ def test_complex(self):
)


@unittest.skip()
@unittest.skip("runs too long")
class TestRSimWaterLarge(TestCase):
"""Test r.sim.water with large region"""

Expand Down Expand Up @@ -189,7 +191,7 @@ def test_default(self):
random_seed=1,
)
self.assertRasterFitsUnivar(
self.depth, reference="sum=66064.205241", precision=1e-6
self.depth, reference="sum=30364.327529", precision=1e-6
)


Expand Down

0 comments on commit 903d46c

Please sign in to comment.