Skip to content

Commit

Permalink
update runtests
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejuniper committed May 21, 2022
1 parent f4a24ed commit 87c41bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/gmd_opf_ts_decoupled.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

result = _PMGMD.run_ac_gmd_opf_ts_decoupled(b4gic_data, ipopt_solver, wf_data; setting=setting, disable_thermal=false)
for period in 1:length(wf_data["time"])
# @test result[period]["ac"]["result"]["termination_status"] == _PM.LOCALLY_SOLVED
@test result[period]["ac"]["result"]["termination_status"] == _PM.LOCALLY_SOLVED
end

ac_solution = result[13]["ac"]["result"]["solution"]
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ case_otstest = "../test/data/ots_test.m"

include("data_ac.jl")
include("gmd_matrix.jl")
include("gmd_mls_decoupled.jl")
include("gmd_mls.jl")
include("gmd_mld_decoupled.jl")
include("gmd_mld.jl")
include("gmd_opf_decoupled.jl")
include("gmd_opf_ts_decoupled.jl")
include("gmd_opf.jl")
Expand Down

0 comments on commit 87c41bd

Please sign in to comment.