Skip to content

Commit

Permalink
Remove docstring for argument "invest" of GenericStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Aug 22, 2024
1 parent 2ffc0be commit d9c972e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/oemof/solph/components/_generic_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}`.
Expand Down

0 comments on commit d9c972e

Please sign in to comment.