Skip to content

Commit

Permalink
Update docs/src/tutorials/algorithms/rolling_horizon.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Aug 31, 2024
1 parent 67098a5 commit 0d33017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/algorithms/rolling_horizon.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ time_series.solar_MW = solar_investment * time_series.solar_pu;

total_time_length = size(time_series, 1)

# adn the number of windows that we are going to optimize given the problem's
# and the number of windows that we are going to optimize given the problem's
# time horizon:

(total_time_length + move_forward - optimization_window) / move_forward
Expand Down

0 comments on commit 0d33017

Please sign in to comment.