Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Dec 6, 2023
1 parent 2973cba commit f3eab58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edisgo/network/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -2586,6 +2586,8 @@ def _connect_mv_bus_to_target_object(
num_parallel=number_parallel_lines,
)
# add line to equipment changes
# ToDo number_parallel_lines should be given to
# _add_line_to_equipment_changes
edisgo_object.results._add_line_to_equipment_changes(
line=self.lines_df.loc[new_line_name, :],
)
Expand Down

0 comments on commit f3eab58

Please sign in to comment.