Skip to content

Commit

Permalink
Add objective value (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawin authored Sep 30, 2024
1 parent 4893803 commit 4af3517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-case-studies.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ end
connection;
model_parameters_file = joinpath(@__DIR__, "inputs", "model-parameters-example.toml"),
)
# @test energy_problem.objective_value ≈ 28.45872 atol = 1e-5
@test energy_problem.objective_value 1844506.781181 atol = 1e-5
end

@testset "Infeasible Case Study" begin
Expand Down

0 comments on commit 4af3517

Please sign in to comment.