We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d015dd3 commit 9e9a9bbCopy full SHA for 9e9a9bb
src/oemof/solph/_models.py
@@ -208,7 +208,8 @@ def _set_discount_rate_with_warning(self):
208
209
def _add_parent_block_sets(self):
210
"""Add all basic sets to the model, i.e. NODES, TIMESTEPS and FLOWS.
211
- Also create sets CAPACITY_PERIODS and TIMEINDEX used formulti-period models.
+ Also create sets CAPACITY_PERIODS and TIMEINDEX used for
212
+ multi-period models.
213
"""
214
self.nodes = list(self.es.nodes)
215
0 commit comments