|
14 | 14 | end
|
15 | 15 | end
|
16 | 16 | @testset "5-bus 5-phase ac case" begin
|
17 |
| - mp_data = PMs.parse_file("../test/data/matlab/case5.m") |
| 17 | + mp_data = PMs.parse_file("../test/data/matpower/case5.m") |
18 | 18 | PMs.make_multiconductor(mp_data, 3)
|
19 | 19 | result = run_tp_opf(mp_data, PMs.ACPPowerModel, ipopt_solver)
|
20 | 20 |
|
|
27 | 27 | end
|
28 | 28 |
|
29 | 29 | @testset "5-bus 5-phase soc case" begin
|
30 |
| - mp_data = PMs.parse_file("../test/data/matlab/case5.m") |
| 30 | + mp_data = PMs.parse_file("../test/data/matpower/case5.m") |
31 | 31 | PMs.make_multiconductor(mp_data, 3)
|
32 | 32 | result = run_tp_opf(mp_data, PMs.SOCWRPowerModel, ipopt_solver)
|
33 | 33 |
|
|
39 | 39 | end
|
40 | 40 |
|
41 | 41 | @testset "30-bus 3-phase ac case" begin
|
42 |
| - mp_data = PMs.parse_file("../test/data/matlab/case30.m") |
| 42 | + mp_data = PMs.parse_file("../test/data/matpower/case30.m") |
43 | 43 | PMs.make_multiconductor(mp_data, 3)
|
44 | 44 | result = run_tp_opf(mp_data, PMs.ACPPowerModel, ipopt_solver)
|
45 | 45 |
|
|
53 | 53 | end
|
54 | 54 |
|
55 | 55 | @testset "30-bus 3-phase soc case" begin
|
56 |
| - mp_data = PMs.parse_file("../test/data/matlab/case30.m") |
| 56 | + mp_data = PMs.parse_file("../test/data/matpower/case30.m") |
57 | 57 | PMs.make_multiconductor(mp_data, 3)
|
58 | 58 | result = run_tp_opf(mp_data, PMs.SOCWRPowerModel, ipopt_solver)
|
59 | 59 |
|
|
239 | 239 |
|
240 | 240 | @testset "test ac polar opf" begin
|
241 | 241 | @testset "30-bus make-3-phase case" begin
|
242 |
| - mp_data = PMs.parse_file("../test/data/matlab/case30.m") |
| 242 | + mp_data = PMs.parse_file("../test/data/matpower/case30.m") |
243 | 243 | PMs.make_multiconductor(mp_data, 3)
|
244 | 244 | result = run_tp_opf(mp_data, PMs.ACPPowerModel, ipopt_solver)
|
245 | 245 |
|
|
267 | 267 |
|
268 | 268 | @testset "test dc opf" begin
|
269 | 269 | @testset "30-bus make-3-phase case" begin
|
270 |
| - mp_data = PMs.parse_file("../test/data/matlab/case30.m") |
| 270 | + mp_data = PMs.parse_file("../test/data/matpower/case30.m") |
271 | 271 | PMs.make_multiconductor(mp_data, 3)
|
272 | 272 | result = run_tp_opf(mp_data, PMs.DCPPowerModel, ipopt_solver)
|
273 | 273 |
|
|
295 | 295 |
|
296 | 296 | @testset "test nfa opf" begin
|
297 | 297 | @testset "30-bus make-3-phase case" begin
|
298 |
| - mp_data = PMs.parse_file("../test/data/matlab/case30.m") |
| 298 | + mp_data = PMs.parse_file("../test/data/matpower/case30.m") |
299 | 299 | PMs.make_multiconductor(mp_data, 3)
|
300 | 300 | result = run_tp_opf(mp_data, PMs.NFAPowerModel, ipopt_solver)
|
301 | 301 |
|
|
323 | 323 |
|
324 | 324 | @testset "test soc (BIM) opf" begin
|
325 | 325 | @testset "30-bus make-3-phase case" begin
|
326 |
| - mp_data = PMs.parse_file("../test/data/matlab/case30.m") |
| 326 | + mp_data = PMs.parse_file("../test/data/matpower/case30.m") |
327 | 327 | PMs.make_multiconductor(mp_data, 3)
|
328 | 328 | result = run_tp_opf(mp_data, PMs.SOCWRPowerModel, ipopt_solver)
|
329 | 329 |
|
|
0 commit comments