diff --git a/etrago/cluster/disaggregation.py b/etrago/cluster/disaggregation.py index 5f6718d3..a10b19b7 100644 --- a/etrago/cluster/disaggregation.py +++ b/etrago/cluster/disaggregation.py @@ -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