diff --git a/test/gmd_mls.jl b/test/gmd_mld.jl similarity index 100% rename from test/gmd_mls.jl rename to test/gmd_mld.jl diff --git a/test/gmd_mls_decoupled.jl b/test/gmd_mld_decoupled.jl similarity index 100% rename from test/gmd_mls_decoupled.jl rename to test/gmd_mld_decoupled.jl diff --git a/test/gmd_opf_ts_decoupled.jl b/test/gmd_opf_ts_decoupled.jl index 5377005..63ddbac 100644 --- a/test/gmd_opf_ts_decoupled.jl +++ b/test/gmd_opf_ts_decoupled.jl @@ -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"] diff --git a/test/runtests.jl b/test/runtests.jl index 439293f..e122d23 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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")