Skip to content

Commit

Permalink
Fix flake8 warning about too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Sep 14, 2023
1 parent 8edef52 commit 589123b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etrago/cluster/disaggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def construct_partial_network(self, cluster, scenario):
:param cluster: Index of the cluster to disaggregate
:return: Tuple of (partial_network, external_buses) where
`partial_network` is the result of the partial decomposition
and `external_buses` represent clusters adjacent to `cluster` that may
be influenced by calculations done on the partial network.
and `external_buses` represent clusters adjacent to `cluster` that
may be influenced by calculations done on the partial network.
"""

# Create an empty network
Expand Down

0 comments on commit 589123b

Please sign in to comment.