Skip to content

Commit

Permalink
Reinstate horizon limit for reduction in run time
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielKS committed Jun 11, 2024
1 parent 6c41314 commit aa05484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_data/results_data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ function run_test_prob()
template_hydro_st_uc,
c_sys5_hy_uc;
optimizer = GLPK_optimizer,
horizon = Hour(12),
)
build!(prob; output_dir = mktempdir())
solve!(prob)
Expand Down

0 comments on commit aa05484

Please sign in to comment.