Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Feb 13, 2025
1 parent f01bf49 commit 88230c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antares/craft/service/local_services/models/area.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def from_user_model(user_class: AreaPropertiesType) -> "AreaPropertiesLocal":

def to_user_model(self) -> AreaProperties:
return AreaProperties(
energy_cost_unsupplied=self.energy_cost_spilled,
energy_cost_unsupplied=self.energy_cost_unsupplied,
energy_cost_spilled=self.energy_cost_spilled,
non_dispatch_power=self.nodal_optimization.non_dispatchable_power,
dispatch_hydro_power=self.nodal_optimization.dispatchable_hydro_power,
Expand Down

0 comments on commit 88230c3

Please sign in to comment.