Skip to content

Commit

Permalink
removed extra lines of code
Browse files Browse the repository at this point in the history
  • Loading branch information
jayneel-shah18 committed Feb 5, 2025
1 parent 473a5e9 commit 68879a8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions imagery/i.biomass/testsuite/test_i_biomass.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,6 @@ def _create_input_rasters(cls):
"r.mapcalc", expression=f"{raster_name} = {expr}", overwrite=True
)

@classmethod
def _create_reference_raster(cls):
"""Create the reference raster for regression testing."""
cls.runModule(
"i.biomass",
fpar=cls.input_rasters["fpar"],
lightuse_efficiency=cls.input_rasters["lightuse_eff"],
latitude=cls.input_rasters["latitude"],
dayofyear=cls.input_rasters["dayofyear"],
transmissivity_singleway=cls.input_rasters["transmissivity"],
water_availability=cls.input_rasters["water"],
output="biomass_reference",
overwrite=True,
)

@classmethod
def tearDownClass(cls):
"""Clean up generated data and reset the region."""
Expand Down

0 comments on commit 68879a8

Please sign in to comment.