Skip to content

Commit 895d27e

Browse files
committed
Remove not existing parameters from docstrings
1 parent 6426c78 commit 895d27e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

windpowerlib/wind_turbine_cluster.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ def nominal_power(self):
7171
See :attr:`~.wind_turbine_cluster.WindTurbineCluster.nominal_power`
7272
for further information.
7373
74-
Parameters
75-
-----------
76-
nominal_power : float
77-
Nominal power of the wind turbine cluster in w.
78-
7974
Returns
8075
-------
8176
float
@@ -189,10 +184,6 @@ def assign_power_curve(self, wake_losses_model='wind_farm_efficiency',
189184
wind turbine cluster for power curve smoothing with
190185
'turbulence_intensity' method. Can be calculated from
191186
`roughness_length` instead. Default: None.
192-
roughness_length : float (optional)
193-
Roughness length. If `standard_deviation_method` is
194-
'turbulence_intensity' and `turbulence_intensity` is not given
195-
the turbulence intensity is calculated via the roughness length.
196187
197188
Returns
198189
-------

0 commit comments

Comments
 (0)