Skip to content

net.ext_grid.controllable is nan for "1-MV-semiurb--0-sw" #62

Description

@KS-HTK

for the simbench network "1-MV-semiurb--0-sw" the ext_grid.controllable column contains invalid value.

This was found due to #1101 in pandapower

Example:

from simbench import get_simbench_net

net = get_simbench_net("1-MV-semiurb--0-sw")
print(net.ext_grid.controllable)

returns NaN, but the controllable column should only ever contain True/False (bool).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions