Sienna-Platform / Sienna-Platform/PowerFlowFileParser.jl
PSSE v35 file parsing bugs
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 1
- Forks
- 2
- Avg merge
- 22h 29m
- Merged PRs (30d)
- 10
Description
- In a particular WECC psse case, there are branch type elements with similar IDs:
1234, 4321, '1 '
1232, 4321, ' 1'
messing with the parsing logic. A robust parsing approach should be implemented to avoid these issues.
- For parsing switching device types, the STYPE field is missing the number 1 type to be parsed. Right now we are doing it for 2 and 3 types, and fails when the type 1 appears.
The fix approach is implemented on a PR in PSY: https://github.com/Sienna-Platform/PowerSystems.jl/pull/1664
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.
Research direction
Review the PSSE parsing logic and the fix approach referenced in PSY pull request 1664. Reproduce the WECC case with similar branch IDs and a switching device with STYPE 1, then verify that both branch records and STYPE 1 parse correctly alongside types 2 and 3.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100