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 pass list with multiple contingency ids in SensitivityAnalysis.add_postcontingency_branch_flow_factor_matrix I get an Exception: PyPowsyblError: java.lang.ArrayIndexOutOfBoundsException: Index 444 out of bounds for length 444.
If I pass a list with a single contingency id it works.
Describe the expected behavior
The sensitivity analysis should be conducted for each contingency id.
Describe the current behavior
When I pass list with multiple contingency ids in
SensitivityAnalysis.add_postcontingency_branch_flow_factor_matrix
I get an Exception:PyPowsyblError: java.lang.ArrayIndexOutOfBoundsException: Index 444 out of bounds for length 444
.If I pass a list with a single contingency id it works.
Describe the expected behavior
The sensitivity analysis should be conducted for each contingency id.
Describe the steps
Environment
PyPowSybl 1.7.0
Windows 10
Relevant Log Output
No response
Extra Information
No response
The text was updated successfully, but these errors were encountered: