Skip to content

Commit

Permalink
put back old values
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Feb 4, 2025
1 parent 2d1c7c5 commit 1d3056a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/antares/services/local_services/test_study.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,8 +1292,8 @@ def test_area_optimization_ini_content(self, tmp_path, local_study):
non-dispatchable-power = true
dispatchable-hydro-power = true
other-dispatchable-power = true
spread-unsupplied-energy-cost = 0
spread-spilled-energy-cost = 0
spread-unsupplied-energy-cost = 0.000000
spread-spilled-energy-cost = 0.000000
[filtering]
filter-synthesis = hourly, daily, weekly, monthly, annual
Expand Down Expand Up @@ -1335,8 +1335,8 @@ def test_custom_area_optimization_ini_content(self, tmp_path, local_study):
non-dispatchable-power = true
dispatchable-hydro-power = false
other-dispatchable-power = true
spread-unsupplied-energy-cost = 0
spread-spilled-energy-cost = 0
spread-unsupplied-energy-cost = 0.000000
spread-spilled-energy-cost = 0.000000
[filtering]
filter-synthesis = hourly, daily, weekly, monthly, annual
Expand Down

0 comments on commit 1d3056a

Please sign in to comment.