Skip to content

Commit

Permalink
Add test case for Storage Assets Case Study (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
datejada committed Mar 28, 2024
1 parent 434c8f9 commit af159fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test-case-studies.jl
Expand Up @@ -30,6 +30,12 @@ end
energy_problem = run_scenario(dir, OUTPUT_FOLDER; write_lp_file = true, log_file = "model.log")
end

@testset "Storage Assets Case Study" begin
dir = joinpath(INPUT_FOLDER, "Storage")
energy_problem = run_scenario(dir)
@test energy_problem.objective_value 2359.439239 atol = 1e-5
end

@testset "Tiny Variable Resolution Case Study" begin
dir = joinpath(INPUT_FOLDER, "Variable Resolution")
energy_problem = run_scenario(dir)
Expand Down

0 comments on commit af159fc

Please sign in to comment.