Sienna-Platform / Sienna-Platform/PowerFlowFileParser.jl
Correct parallel objects in parsing
Open
@mcllerena is already working on this.
Since May 26, 2026.
- Dominant language
- Julia
- Stars
- 1
- Forks
- 2
- Avg merge
- 22h 29m
- Merged PRs (30d)
- 10
Description
we sometimes face situations where a power flow model has objects that in appearance are different types and connected in parallel but they aren't. Like a line and a breaker or a tap transformers and a 2WT.
this happens because the data is incomplete or can have incorrect settings like in the case of the transformer and the power flow tools fixes it under the hood.
we need a better mechanism to address this limitation and prevent issues in the reductions.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.