Muhammad Yasirroni
Muhammad Yasirroni
`cp.bmat` also didn't works: ```python # Create two 2D variables (shape 3x4) x1 = cp.Variable((3, 4)) x2 = cp.Variable((3, 4)) # Use np.stack to combine them into a 3D array...
Hi @jd-lara, most of the conflic is not mine. I don't know what to do with it. Can I just cherry pick and make a new PR?
Closed in favor of https://github.com/NREL-Sienna/PowerFlows.jl/pull/176
Any update on this, or any workaround?
Thank you @rdzman. Maybe, we can start by deciding what is the best schema or structure that is the best suited as either as checker or empty template generation for...
To put ot simply: 1. `.m` file require plain text parser to be read by external program. 2. MATPOWER can't save `runopf` results in `.m`. 3. `.mat` is binary, not...
I found that NREL/Sienna has a data structure that define time series and identifier that describe the time series data. See it at https://github.com/NREL-Sienna/PowerSystemsTestData/tree/master/RTS_GMLC. Maybe we can use that as...
Hi @rdzman. I think a good start is to properly give MOST benchmark case. One format that is used by Power Grid Lib benchmark is to use json data to...
Can you identify the problem in `net = pn.case14()`, `pandapower.runpp(net)`, `pandapower.converter.to_mpc(net, tmpfile.name)`, or `net_loaded = pandapower.converter.from_mpc(tmpfile.name)`?
Try to run on both develop branch and master branch of this repo? Something similar happens previously https://github.com/e2nIEE/pandapower/issues/2413