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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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)
[FIXED] a bug when init a grid from pypowsybl: the wrong value was used for trafos h (double)
[FIXED] a bug when init a grid from pypowsybl: wrong values for _ls_to_orig and _orig_to_ls
was set (and later used)
[FIXED] yet another bug when init a grid from pypowsybl: the voltage in kV (not in pu)
could be set due to "wrong" labelling of the bus ids
[FIXED] yet another bug when init a grid from pypowsybl: the ratio of the transformers
sent in lightsim2grid did not take into account the "rated_u1rated_u2" on both side
(only used on one side)
[FIXED] yet another bug when init a grid from pypowsybl: the ratio of the transformers
sent in lightsim2grid did not take into account the ratio in the pypow_net.get_ratio_tap_changers()
[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.
[ADDED] it is now possible to use "one substation" (voltage level) pypowsybl side is
one substation in lightsim2grid.
[IMPROVED] removing a weird 1j * h_ when initializing powerlines and transformers. This was
part of a pandapower "hack" which is not present anymore (see #88 (comment))