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
It seems using the += operator with change_bus action is not working correctly.
Bus changes are transformed into bus sets actions, with invalid bus index. (Here, bus 3 in the provided snippet)
This action will:
- NOT change anything to the injections
- NOT perform any redispatching action
- NOT force any line status
- NOT switch any line status
- NOT switch anything in the topology
- NOT force any particular bus configuration
This action will:
- NOT change anything to the injections
- NOT perform any redispatching action
- NOT force any line status
- NOT switch any line status
- Change the bus of the following element:
- switch bus of line (origin) 0 [on substation 0]
- NOT force any particular bus configuration
This action will:
- NOT change anything to the injections
- NOT perform any redispatching action
- NOT force any line status
- NOT switch any line status
- NOT switch anything in the topology
- Set the bus of the following element:
- assign bus 3 to line (origin) 0 [on substation 0]
Expected output
This action will:
- NOT change anything to the injections
- NOT perform any redispatching action
- NOT force any line status
- NOT switch any line status
- NOT switch anything in the topology
- NOT force any particular bus configuration
This action will:
- NOT change anything to the injections
- NOT perform any redispatching action
- NOT force any line status
- NOT switch any line status
- Change the bus of the following element:
- switch bus of line (origin) 0 [on substation 0]
- NOT force any particular bus configuration
This action will:
- NOT change anything to the injections
- NOT perform any redispatching action
- NOT force any line status
- NOT switch any line status
- Change the bus of the following element:
- switch bus of line (origin) 0 [on substation 0]
- NOT force any particular bus configuration
The text was updated successfully, but these errors were encountered:
Environment
0.9.4
Ubuntu20.04
Bug description
It seems using the
+=
operator withchange_bus
action is not working correctly.Bus changes are transformed into bus sets actions, with invalid bus index. (Here, bus 3 in the provided snippet)
How to reproduce
Command line
Code snippet
Current output
Expected output
The text was updated successfully, but these errors were encountered: