Skip to content

Commit

Permalink
fixed the line causing error
Browse files Browse the repository at this point in the history
  • Loading branch information
jayneel-shah18 committed Jan 31, 2025
1 parent 21eba75 commit 140a78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagery/i.biomass/testsuite/test_i_biomass.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def setUpClass(cls):
cls.use_temp_region()
cls.runModule("g.region", n=10, s=0, e=10, w=0, rows=10, cols=10)
cls._create_input_rasters()
cls._create_reference_raster()

@classmethod
def _create_input_rasters(cls):
Expand Down Expand Up @@ -72,6 +71,7 @@ def tearDownClass(cls):

def test_biomass_regression(self):
"""Regression test to ensure i.biomass output remains consistent."""
self._create_reference_raster()
reference_raster = "biomass_reference"

self.assertModule(
Expand Down

0 comments on commit 140a78e

Please sign in to comment.