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