Skip to content

Commit

Permalink
Typo in consts class name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidorme committed Sep 1, 2023
1 parent 101939f commit 9c2e25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_rainforest/models/plants/plants_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def from_config(

# Check if any constants have been supplied
# Load in the relevant constants
constants = load_constants(config, "plants", "PlantConsts")
constants = load_constants(config, "plants", "PlantsConsts")

# Generate the flora
flora = Flora.from_config(config=config)
Expand Down

0 comments on commit 9c2e25f

Please sign in to comment.