You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call the function network.reduce, it pops out an error:
'PyPowsyblError: Parent tie line WTREBI5 XTR_HN51 1 + XTR_HN51 0HNOVI51 1 should be removed before the child dangling line'
Regardless of filtering by ids, voltage levels, and setting 'with_dangling_lines' to True or False, the error persists.
I tested with several different Common Grid Model uct files and the same error appears.
Once I remove all tielines that are not in the interest area. It works...
Describe the expected behavior
I would expect to reduce the problem size (interest area) an decrease time to run load flow and security analysis.
Describe the steps
No response
Environment
No response
Relevant Log Output
No response
Extra Information
I think it is a bug in the wrapper.
The text was updated successfully, but these errors were encountered:
Describe the current behavior
When I call the function network.reduce, it pops out an error:
'PyPowsyblError: Parent tie line WTREBI5 XTR_HN51 1 + XTR_HN51 0HNOVI51 1 should be removed before the child dangling line'
Regardless of filtering by ids, voltage levels, and setting 'with_dangling_lines' to True or False, the error persists.
I tested with several different Common Grid Model uct files and the same error appears.
Once I remove all tielines that are not in the interest area. It works...
Describe the expected behavior
I would expect to reduce the problem size (interest area) an decrease time to run load flow and security analysis.
Describe the steps
No response
Environment
No response
Relevant Log Output
No response
Extra Information
I think it is a bug in the wrapper.
The text was updated successfully, but these errors were encountered: