mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 00:08:52 -06:00
Remove unused dependency & debug statements
This commit is contained in:
1
deps/formatter/format.jl
vendored
1
deps/formatter/format.jl
vendored
@@ -1,5 +1,4 @@
|
|||||||
using JuliaFormatter
|
using JuliaFormatter
|
||||||
print(pwd())
|
|
||||||
format(
|
format(
|
||||||
[
|
[
|
||||||
"../../src",
|
"../../src",
|
||||||
|
|||||||
@@ -4,11 +4,8 @@
|
|||||||
|
|
||||||
module UnitCommitment
|
module UnitCommitment
|
||||||
|
|
||||||
function hello()
|
|
||||||
@show "Hello 2"
|
|
||||||
end
|
|
||||||
|
|
||||||
using Base: String
|
using Base: String
|
||||||
|
|
||||||
include("instance/structs.jl")
|
include("instance/structs.jl")
|
||||||
include("model/formulations/base/structs.jl")
|
include("model/formulations/base/structs.jl")
|
||||||
include("solution/structs.jl")
|
include("solution/structs.jl")
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ using JSON
|
|||||||
using DataStructures
|
using DataStructures
|
||||||
using GZip
|
using GZip
|
||||||
import Base: getindex, time
|
import Base: getindex, time
|
||||||
using Glob
|
|
||||||
|
|
||||||
const INSTANCES_URL = "https://axavier.org/UnitCommitment.jl/0.3/instances"
|
const INSTANCES_URL = "https://axavier.org/UnitCommitment.jl/0.3/instances"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
|
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
|
||||||
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
|
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
|
||||||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
|
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
|
||||||
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
|
|
||||||
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
|
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
|
||||||
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
|
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
|
||||||
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
|
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
|
||||||
|
|||||||
Reference in New Issue
Block a user