Open desktoop opened 3 years ago
Probably a bit late and maybe a solution has been found, however the case 30 has in fact only two generators (check the info at this University of Illinois page), with the remainder being synchronous condensers. If you open the .m
file directly from an editor (thus bypassing the parsing), or check lines 74-83 you'll also see that the generator costs table has only two nontrivial cost curves. So, this is not really an issue of the OPFSampler.jl package per se, rather the conflation of multiple components into the same data structure in the .m
file. The number of generators (2) seems to be correct.
Sorry to bother you... I am trying to get some grid data by using your code. But in the result of RunDCSampler, I found pg dimensions are 2 while i think it should be 6 in case30_ieee. Here is my code:
the result contains a warning:
pg information:
train_example[1]["OPF_output"]["solution"]["gen"]
I run my code in jupyter lab, windows 10.