Skip to content

Commit

Permalink
Update the Norse test with the new input data
Browse files Browse the repository at this point in the history
  • Loading branch information
datejada committed Oct 24, 2023
1 parent 0d182da commit d2d16c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d2d16c0

Please sign in to comment.