Skip to content

Commit 4ff0428

Browse files
remove unused variable em_uuids
1 parent 0cbf15d commit 4ff0428

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pypsdm/models/input/container/participants.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,6 @@ def filter_by_nodes(
7272
evcs = self.evcs.filter_by_nodes(node_uuids)
7373
hps = self.hps.filter_by_nodes(node_uuids)
7474

75-
em_uuids = pd.concat(
76-
[
77-
loads.em,
78-
fixed_feed_ins.em,
79-
pvs.em,
80-
biomass_plants.em,
81-
wecs.em,
82-
storages.em,
83-
evcs.em,
84-
hps.em,
85-
]
86-
)
87-
8875
return SystemParticipantsContainer(
8976
EnergyManagementSystems.create_empty(),
9077
loads,

0 commit comments

Comments
 (0)