Skip to content

Commit

Permalink
emphasized experimental status
Browse files Browse the repository at this point in the history
  • Loading branch information
lensum committed Jul 6, 2023
1 parent e4d24e3 commit 3ec1470
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/oemof/solph/_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ class BaseModel(po.ConcreteModel):
Parameters
----------
energysystem : EnergySystem object or list (experimental)
Object that holds the nodes of an oemof energy system graph. If a list
is passed, the list needs to hold EnergySystem objects and a cellular
structure is assumed. In this case, the first element needs to be the
upmost energy cell (structurally containing all other cells).
energysystem : EnergySystem object or (experimental) list
Object that holds the nodes of an oemof energy system graph.
Experimental: If a list is passed, the list needs to hold EnergySystem
objects and a cellular structure is assumed. In this case, the first
element needs to be the upmost energy cell (structurally containing
all other cells).
constraint_groups : list (optional)
Solph looks for these groups in the given energy system and uses them
to create the constraints of the optimization problem.
Expand Down Expand Up @@ -294,11 +295,12 @@ class Model(BaseModel):
Parameters
----------
energysystem : EnergySystem object or list (experimental)
Object that holds the nodes of an oemof energy system graph. If a list
is passed, the list needs to hold EnergySystem objects and a cellular
structure is assumed. In this case, the first element needs to be the
upmost energy cell (structurally containing all other cells).
energysystem : EnergySystem object or (experimental) list
Object that holds the nodes of an oemof energy system graph.
Experimental: If a list is passed, the list needs to hold EnergySystem
objects and a cellular structure is assumed. In this case, the first
element needs to be the upmost energy cell (structurally containing
all other cells).
constraint_groups : list
Solph looks for these groups in the given energy system and uses them
to create the constraints of the optimization problem.
Expand Down

0 comments on commit 3ec1470

Please sign in to comment.