Skip to content

Commit

Permalink
AttributeError: 'Plante' object has no attribute 'ideal_water'
Browse files Browse the repository at this point in the history
  • Loading branch information
apoleon33 committed Jul 6, 2022
1 parent d0d64b0 commit 1376301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, name):
file[self.name]["temperature"]["été"]
]

self.ideal_humidity = [
self.ideal_water = [
file[self.name]["eau"]["hiver"],
file[self.name]["eau"]["été"]
]
Expand Down

0 comments on commit 1376301

Please sign in to comment.