Skip to content

Commit

Permalink
Update the Norse case study optimal solution
Browse files Browse the repository at this point in the history
  • Loading branch information
datejada committed Oct 26, 2023
1 parent ede1d0a commit 2512a09
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 @@ -4,7 +4,7 @@
graph = create_graph(joinpath(dir, "assets-data.csv"), joinpath(dir, "flows-data.csv"))
model = create_model(graph, parameters, sets)
solution = solve_model(model)
@test solution.objective_value 183696778.98322 atol = 1e-5
@test solution.objective_value 183552332.18716 atol = 1e-5
save_solution_to_file(
OUTPUT_FOLDER,
sets.assets_investment,
Expand Down

0 comments on commit 2512a09

Please sign in to comment.