-
* **Do you want to request a *feature* or report a *bug*?**
Bug possibly related to #1620
* **What is the current behavior?**
I tried to import a version 32 raw file and end up with an excepti…
-
Hi team,
Thanks for this tool, it is really helpful. Apologies, if this is more of a technical support question, rather than an issue per se, but I'm not 100% sure it is not an issue.
Anyway, I'…
-
Since the load flow convergence is a very sensitive task, is there any way the pandapower users can input the initial conditions from other simulation environments (e.g., input the PSSE load flow resu…
-
I attempted to parse a PSSE raw file, and the parser raised an error that a bus with that name already exists. The RAW file does have the same name for multiple buses, but this is expected. System fil…
-
Attempted to parse a PSSE raw file, and the parser raised an error that value `0.000` for AREA in section BUS is not of type `Int64`. PSSE allows the AREA section to be Decimal type too.
```
sys …
-
- [ ] find the period corresponding to peak load
- [ ] set Pmax to available capacity and Pout for RE generators
- [ ] generate the matpower file
- [ ] load into POWERWORLD
- [ ] save to PSSE
-
With the changes in https://github.com/exanauts/ExaPF.jl/pull/136 I was able to
successfully run the tests on my local computer using CUDA.jl. However, one
time a test failed (see transcript below). …
-
tdcosim_User_Manual.pdf:
2019 Aug 23rd Version -> new version (version 1.0.0)
a. Project lead: Ning Kang
b. What are the inputs: Add DER detail information
c. Accessing the results: change: "the s…
-
Hey there -
Feedback from pnnl on our case submissions for the go competition insists that the xfrrat and nxfrat values on the case object should be stored as integers as opposed to floats. I belie…
-
**Is your feature request related to a problem? Please describe.**
Currently, if I have data in memory that I wish to parse into a `System` it has to be written out to a temporary file and the path p…