mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-07 16:58:51 -06:00
Remove unused dependency & debug statements
This commit is contained in:
@@ -4,11 +4,8 @@
|
||||
|
||||
module UnitCommitment
|
||||
|
||||
function hello()
|
||||
@show "Hello 2"
|
||||
end
|
||||
|
||||
using Base: String
|
||||
|
||||
include("instance/structs.jl")
|
||||
include("model/formulations/base/structs.jl")
|
||||
include("solution/structs.jl")
|
||||
|
||||
@@ -7,7 +7,6 @@ using JSON
|
||||
using DataStructures
|
||||
using GZip
|
||||
import Base: getindex, time
|
||||
using Glob
|
||||
|
||||
const INSTANCES_URL = "https://axavier.org/UnitCommitment.jl/0.3/instances"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user