Skip to content
Discussion options

You must be logged in to vote

Hi @AnkurArohi ,

Thank you very much for checking out our project!

There are many reasons why a sparse matrix error can occur, ranging from bad/missing input data to coincidental underdetermined edge cases. Seeing that you have this line in your log, it appears that it's the former, because any invalid data may result in unspecified behavior in the PGM calculations (like sparse matrix errors):

[debug    ] 2. Native Power Grid Model error: Field 'tap_size' is not greater than (or equal to) zero for 203 ComponentsTypes.three_winding_transformers.

Note that this error comes from the data validator and it complains specifically about the fact that your three-winding transformer input is no…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@AnkurArohi
Comment options

Comment options

You must be logged in to vote
1 reply
@AnkurArohi
Comment options

Answer selected by mgovers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants