Skip to content

Commit baaaed0

Browse files
committed
Minor changes in docstring
1 parent 39ded4e commit baaaed0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

windpowerlib/turbine_cluster_modelchain.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ class TurbineClusterModelChain(ModelChain):
4242
The values of the wind speed time series are reduced by the chosen
4343
wind efficiency curve in :func:`~.run_model` before the power output
4444
calculations.
45-
See :func:`~.wake_losses.reduce_wind_speed` and
46-
:func:`~.wake_losses.get_wind_efficiency_curve` for more information.
47-
45+
See :func:`~.wake_losses.reduce_wind_speed` for more information.
46+
Use :func:`~.wake_losses.get_wind_efficiency_curve` to get a
47+
DataFrame of all provided wind efficiency curves and see the provided
48+
example on how to plot the wind efficiency curves.
49+
4850
Default: 'dena_mean'.
4951
smoothing : bool
5052
If True the power curves will be smoothed to account for the

0 commit comments

Comments
 (0)