Skip to content

Commit

Permalink
Update tests/test_land.py
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Maes-Prior <[email protected]>
  • Loading branch information
barneydobson and RobinMaesPrior authored Dec 12, 2024
1 parent 3fdd33d commit a87eeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_land.py
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ def test_apply_surface_overrides(tmp_path):
assert model.nodes["land1"].get_surface("Grass").area == 200
assert model.nodes["land1"].get_surface("Grass").datum == 20
assert model.nodes["land1"].get_surface("Woodland").area == 1000
assert model.nodes["land1"].get_surface("Woodland").rooting_depth == 0.1
assert model.nodes["land1"].get_surface("Woodland").ET_depletion_factor == 0.8


if __name__ == "__main__":
Expand Down

0 comments on commit a87eeb1

Please sign in to comment.