diff --git a/test/runtests.jl b/test/runtests.jl index 3dc17009..8e03e887 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -14,7 +14,7 @@ const OUTPUT_FOLDER = joinpath(@__DIR__, "outputs") 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 ≈ 58689060.84734 atol = 1e-5 + @test solution.objective_value ≈ 183696778.98322 atol = 1e-5 save_solution_to_file( OUTPUT_FOLDER, sets.assets_investment,