Skip to content

Commit

Permalink
Typo in SP, Should be Sp
Browse files Browse the repository at this point in the history
  • Loading branch information
Daafip committed Apr 8, 2024
1 parent 6d1c47f commit 1049f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HBV/HBV_bmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def updating_dict_var_obj(self) -> None:
def updating_obj_from_dict_var(self) -> None:
"""Function which inverts the dictionary above & sets objects correctly"""
param_names = ["Imax", "Ce", "Sumax", "Beta", "Pmax", "Tlag", "Kf", "Ks", "FM"]
stor_names = ["Si", "Su", "Sf", "Ss", "SP"]
stor_names = ["Si", "Su", "Sf", "Ss", "Sp"]
self.set_pars([self.dict_var_obj[par] for par in param_names])
self.set_storage([self.dict_var_obj[stor] for stor in stor_names])

Expand Down

0 comments on commit 1049f02

Please sign in to comment.