makePTDF error: use ext2int() to convert to internal ordering
Open
@rdzman is already working on this.
Since Sep 27, 2021.
enhancement
- Dominant language
- MATLAB
- Stars
- 592
- Forks
- 184
- PR merge metrics
- No merged PRs in 30d
Description
I am using the following code:
fn = 'X:\z2.RAW'
mpc = psse2mpc(fn); %%%%%% Converts PSSE/RAW File to MATPOWER Case
I am using Windows OS, Octave 6.2.0 and Matpower 7.1
I get the error:
makePTDF: buses must be numbered consecutively in bus matrix. Use ext2int() to convert to internal ordering.
error called from:
makePTDF at line 120 column 5
I am not sure how to use the ext2int() in my process above.
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.