TSSOS icon indicating copy to clipboard operation
TSSOS copied to clipboard

PowerModels v0.18.3

Open hhijazi opened this issue 3 years ago • 0 comments

With version v0.18.3 of PowerModels, one line needs to be changed in modelopf.jl: ref = PowerModels.build_ref(data)[:nw][0] should become: ref = PowerModels.build_ref(data)[:it][pm_it_sym][:nw][0] Otherwise, one gets the following error: LoadError: KeyError: key :nw not found

hhijazi avatar Nov 06 '21 21:11 hhijazi