Skip to content

Commit

Permalink
Delete print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Aug 15, 2024
1 parent bfb932d commit e432de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etrago/execute/market_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def optimize_with_rolling_horizon(
n.storage_units.state_of_charge_initial = (
n.storage_units_t.state_of_charge.loc[snapshots[start - 1]]
)
print(i)
# Make sure that state of charge of batteries and pumped hydro
# plants are cyclic over the year by using the state_of_charges
# from the pre_market_model
Expand Down

0 comments on commit e432de9

Please sign in to comment.