From 2512a0998cb3751b6d4b128b282fad973f0c142a Mon Sep 17 00:00:00 2001 From: datejada Date: Thu, 26 Oct 2023 08:55:34 +0200 Subject: [PATCH] Update the Norse case study optimal solution --- test/test-case-studies.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-case-studies.jl b/test/test-case-studies.jl index 60d9bd0b..2e7f4add 100644 --- a/test/test-case-studies.jl +++ b/test/test-case-studies.jl @@ -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,