mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
Fix failing test
This commit is contained in:
@@ -43,7 +43,7 @@ using RELOG, Cbc, JuMP, Printf, JSON, MathOptInterface.FileFormats
|
|||||||
|
|
||||||
@testset "solve" begin
|
@testset "solve" begin
|
||||||
solution = RELOG.solve("$(pwd())/../instances/s1.json",
|
solution = RELOG.solve("$(pwd())/../instances/s1.json",
|
||||||
output_filename="$(pwd())/../tmp/sol.json")
|
output="$(pwd())/../tmp/sol.json")
|
||||||
|
|
||||||
@test "Costs" in keys(solution)
|
@test "Costs" in keys(solution)
|
||||||
@test "Fixed operating (\$)" in keys(solution["Costs"])
|
@test "Fixed operating (\$)" in keys(solution["Costs"])
|
||||||
|
|||||||
Reference in New Issue
Block a user