Skip to content

Commit

Permalink
adding a method to check which contingencies will lead to disconnecte…
Browse files Browse the repository at this point in the history
…d grid in contingency analysis
  • Loading branch information
BDonnot committed Aug 28, 2024
1 parent 996eeff commit 701addc
Show file tree
Hide file tree
Showing 6 changed files with 647 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ TODO: integration test with pandapower (see `pandapower/contingency/contingency.
--------------------------
- [FIXED] a bug due to wrong type (in a numpy array) for the element name which lead in turn
to a fail assertion (equality between two numpy arrays returning a bool and not an array)
- [ADDED] a method for the `ContingencyAnalysisCPP` class that returns, for all contingencies
in the contingency list, which will be simulated and which causes the grid to be disconnected.
- [IMPROVED] removing a weird `1j * h_` when initializing powerlines and transformers. This was
part of a pandapower "hack" which is not present anymore (see
https://github.com/BDonnot/lightsim2grid/issues/88#issue-2443299039)
Expand Down
Loading

0 comments on commit 701addc

Please sign in to comment.