From d8c0cb0babc05fe2d6d535e8cc0c665bcabb479e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Tue, 1 Aug 2023 09:13:03 +0200 Subject: [PATCH] Fix typo in docstring of GenericStorageBlock --- src/oemof/solph/components/_generic_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oemof/solph/components/_generic_storage.py b/src/oemof/solph/components/_generic_storage.py index bd17162cd..5becb9d24 100644 --- a/src/oemof/solph/components/_generic_storage.py +++ b/src/oemof/solph/components/_generic_storage.py @@ -427,7 +427,7 @@ class GenericStorageBlock(ScalarBlock): *Standard model* - * :attr: `storage_costs`not 0 + * :attr: `storage_costs` not 0 ..math:: \sum_{t \in \textrm{TIMESTEPS}} c_{storage}(t) \cdot E(t)