Skip to content

Commit 0e750f0

Browse files
committed
Remove wrong docstring entries
1 parent 709d19b commit 0e750f0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

windpowerlib/wind_farm.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,6 @@ def nominal_power(self):
210210
211211
See :attr:`~.wind_farm.WindFarm.nominal_power` for further information.
212212
213-
Parameters
214-
-----------
215-
nominal_power : float
216-
Nominal power of the wind farm in W.
217-
218213
Returns
219214
-------
220215
float
@@ -313,10 +308,6 @@ def assign_power_curve(self, wake_losses_model='wind_farm_efficiency',
313308
Turbulence intensity at hub height of the wind farm for power curve
314309
smoothing with 'turbulence_intensity' method. Can be calculated
315310
from `roughness_length` instead. Default: None.
316-
roughness_length : float (optional)
317-
Roughness length. If `standard_deviation_method` is
318-
'turbulence_intensity' and `turbulence_intensity` is not given
319-
the turbulence intensity is calculated via the roughness length.
320311
321312
Returns
322313
-------

0 commit comments

Comments
 (0)