File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class WindFarm(object):
2121
2222 Parameters
2323 ----------
24- wind_turbine_fleet : :pandas:`pandas.DataFrame<frame>` or list(dict )
24+ wind_turbine_fleet : :pandas:`pandas.DataFrame<frame>` or list()
2525 Wind turbines of wind farm. DataFrame/Dictionaries must have
2626 'wind_turbine' containing a :class:`~.wind_turbine.WindTurbine` object
2727 and either 'number_of_turbines' (number of wind turbines of the same
@@ -38,11 +38,11 @@ class WindFarm(object):
3838
3939 Attributes
4040 ----------
41- wind_turbine_fleet : list(dict)
42- Wind turbines of wind farm. Dictionaries must have 'wind_turbine'
41+ wind_turbine_fleet : :pandas:`pandas.DataFrame<frame>`
42+ Wind turbines of wind farm. DataFrame must have 'wind_turbine'
4343 (contains a :class:`~.wind_turbine.WindTurbine` object) and
4444 'number_of_turbines' (number of wind turbines of the same turbine type
45- in the wind farm) as keys .
45+ in the wind farm) as columns .
4646 efficiency : float or :pandas:`pandas.DataFrame<frame>` or None
4747 Efficiency of the wind farm. Either constant (float) power efficiency
4848 curve (pd.DataFrame) containing 'wind_speed' and 'efficiency'
You can’t perform that action at this time.
0 commit comments