Skip to content

Commit

Permalink
Update Norse case test to use JuMP.is_solved_and_feasible (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
datejada committed Apr 17, 2024
1 parent f07b828 commit b01ecf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-case-studies.jl
Expand Up @@ -9,7 +9,7 @@
end
for (optimizer, parameteres) in parameters_dict
energy_problem = run_scenario(dir; optimizer = optimizer, parameters = parameteres)
@test energy_problem.objective_value 1.9848306581e8 rtol = 1e-8
@test JuMP.is_solved_and_feasible(energy_problem.model)
end
end

Expand Down

0 comments on commit b01ecf4

Please sign in to comment.