From d9c972ee9aca4baf9993abd578499fdb5785dbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Thu, 22 Aug 2024 15:43:34 +0200 Subject: [PATCH] Remove docstring for argument "invest" of GenericStorage --- src/oemof/solph/components/_generic_storage.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/oemof/solph/components/_generic_storage.py b/src/oemof/solph/components/_generic_storage.py index 9a1dfd6c2..0366c7a69 100644 --- a/src/oemof/solph/components/_generic_storage.py +++ b/src/oemof/solph/components/_generic_storage.py @@ -103,12 +103,6 @@ class GenericStorage(Node): To set different values in every time step use a sequence. max_storage_level : numeric (iterable or scalar), :math:`c_{max}(t)` see: min_storage_level - investment : :class:`oemof.solph.options.Investment` object - Object indicating if a nominal_value of the flow is determined by - the optimization problem. Note: This will refer all attributes to an - investment variable instead of to the nominal_storage_capacity. The - nominal_storage_capacity should not be set (or set to None) if an - investment object is used. storage_costs : numeric (iterable or scalar), :math:`c_{storage}(t)` Cost (per energy) for having energy in the storage, starting from time point :math:`t_{1}`.