Skip to content

Commit

Permalink
-remove loading loads with network
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-harder committed Mar 20, 2024
1 parent 3b729e0 commit ede5f97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assume/common/grid_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ def add_lines(network: pypsa.Network, lines: pd.DataFrame) -> None:
# setup the network
add_buses(network, grid_dict["buses"])
add_lines(network, grid_dict["lines"])
add_loads(network, grid_dict["loads"])

return network


Expand Down

0 comments on commit ede5f97

Please sign in to comment.