Skip to content

Commit

Permalink
[PML] rename _resources to _factor
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwimm committed Aug 22, 2024
1 parent 7b5f18a commit 65966e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PlantModelLib/BettinaNetwork/BettinaNetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def progressPlant(self, tree, aboveground_resources, belowground_resources):
self.name = str(tree.group_name) + str(tree.plant_id)
# Simple bettina tree progress
super().progressPlant(tree=tree,
aboveground_resources=aboveground_resources,
belowground_resources=belowground_resources)
ag_factor=aboveground_resources,
bg_factor=belowground_resources)

network['variant'] = self.variant
network['rgf'] = self.rgf
Expand Down

0 comments on commit 65966e7

Please sign in to comment.