From 8fdee6a9687b0adca1f573c6b0140e186dda75ac Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Tue, 1 Jun 2021 09:55:54 -0500 Subject: [PATCH] Fix missing import --- test/usage.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/usage.jl b/test/usage.jl index 3273359..5ff589d 100644 --- a/test/usage.jl +++ b/test/usage.jl @@ -2,7 +2,7 @@ # Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved. # Released under the modified BSD license. See COPYING.md for more details. -using UnitCommitment, LinearAlgebra, Cbc, JuMP +using UnitCommitment, LinearAlgebra, Cbc, JuMP, JSON @testset "build_model" begin instance = UnitCommitment.read_benchmark("test/case14")