@@ -46,34 +46,34 @@ silence!()
46
46
47
47
@testset " PowerModelsONM" begin
48
48
# initialization
49
- @info " Running tests in args.jl"
50
- include (" args.jl" )
51
- @info " Running tests in schema.jl"
52
- include (" schema.jl" )
49
+ # @info "Running tests in args.jl"
50
+ # include("args.jl")
51
+ # @info "Running tests in schema.jl"
52
+ # include("schema.jl")
53
53
54
- # inputs
55
- @info " Running tests in io.jl"
56
- include (" io.jl" )
57
- @info " Running tests in data.jl"
58
- include (" data.jl" )
59
- @info " Running tests in graphml.jl"
60
- include (" graphml.jl" )
54
+ # # inputs
55
+ # @info "Running tests in io.jl"
56
+ # include("io.jl")
57
+ # @info "Running tests in data.jl"
58
+ # include("data.jl")
59
+ # @info "Running tests in graphml.jl"
60
+ # include("graphml.jl")
61
61
62
- # problems
63
- @info " Running tests in mld.jl"
64
- include (" mld.jl" )
62
+ # # problems
63
+ # @info "Running tests in mld.jl"
64
+ # include("mld.jl")
65
65
@info " Running tests in robust_eval.jl"
66
66
include (" robust_eval.jl" )
67
- @info " Running tests in nlp.jl"
68
- include (" nlp.jl" )
69
- @info " Running tests in opf.jl"
70
- include (" opf.jl" )
71
- @info " Running tests in faults.jl"
72
- include (" faults.jl" )
73
- @info " Running tests in stability.jl"
74
- include (" stability.jl" )
67
+ # @info "Running tests in nlp.jl"
68
+ # include("nlp.jl")
69
+ # @info "Running tests in opf.jl"
70
+ # include("opf.jl")
71
+ # @info "Running tests in faults.jl"
72
+ # include("faults.jl")
73
+ # @info "Running tests in stability.jl"
74
+ # include("stability.jl")
75
75
76
- # full workflow and outputs
77
- @info " Running tests in stats.jl"
78
- include (" stats.jl" )
76
+ # # full workflow and outputs
77
+ # @info "Running tests in stats.jl"
78
+ # include("stats.jl")
79
79
end
0 commit comments