Skip to content

Commit

Permalink
Re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Sep 24, 2024
1 parent be9d306 commit 63a74de
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,34 +47,34 @@ silence!()

@testset "PowerModelsONM" begin
# initialization
# @info "Running tests in args.jl"
# include("args.jl")
# @info "Running tests in schema.jl"
# include("schema.jl")
@info "Running tests in args.jl"
include("args.jl")
@info "Running tests in schema.jl"
include("schema.jl")

# # inputs
# @info "Running tests in io.jl"
# include("io.jl")
# @info "Running tests in data.jl"
# include("data.jl")
# @info "Running tests in graphml.jl"
# include("graphml.jl")
# inputs
@info "Running tests in io.jl"
include("io.jl")
@info "Running tests in data.jl"
include("data.jl")
@info "Running tests in graphml.jl"
include("graphml.jl")

# # problems
# @info "Running tests in mld.jl"
# include("mld.jl")
# problems
@info "Running tests in mld.jl"
include("mld.jl")
@info "Running tests in robust_eval.jl"
include("robust_eval.jl")
# @info "Running tests in nlp.jl"
# include("nlp.jl")
# @info "Running tests in opf.jl"
# include("opf.jl")
# @info "Running tests in faults.jl"
# include("faults.jl")
# @info "Running tests in stability.jl"
# include("stability.jl")
@info "Running tests in nlp.jl"
include("nlp.jl")
@info "Running tests in opf.jl"
include("opf.jl")
@info "Running tests in faults.jl"
include("faults.jl")
@info "Running tests in stability.jl"
include("stability.jl")

# # full workflow and outputs
# @info "Running tests in stats.jl"
# include("stats.jl")
# full workflow and outputs
@info "Running tests in stats.jl"
include("stats.jl")
end

0 comments on commit 63a74de

Please sign in to comment.