Skip to content

Commit 77781e2

Browse files
committed
Minor changes
1 parent 3aefe96 commit 77781e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

windpowerlib/power_curves.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def smooth_power_curve(power_curve_wind_speeds, power_curve_values,
1818
standard_deviation_method='turbulence_intensity',
1919
mean_gauss=0, **kwargs):
2020
r"""
21-
Smooths a power curve by using a Gauss distribution.
21+
Smoothes a power curve by using a Gauss distribution.
2222
2323
The smoothing serves for taking the distribution of wind speeds over space
2424
into account.

windpowerlib/turbine_cluster_modelchain.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ class TurbineClusterModelChain(ModelChain):
3939
4040
Default: 'dena_mean'.
4141
smoothing : bool
42-
If True the power curves will be smoothed before or after the
43-
aggregation of power curves depending on `smoothing_order`.
44-
See :func:`~.power_curves.smooth_power_curve` or more information.
45-
Default: False.
42+
If True the power curves will be smoothed. Depending on the parameter
43+
`smoothing_order` the power curves are smoothed before or after the
44+
aggregation. See :func:`~.power_curves.smooth_power_curve` for more
45+
information. Default: False.
4646
block_width : float
4747
Width between the wind speeds in the sum of the equation in
4848
:py:func:`~.power_curves.smooth_power_curve`. Default: 0.5.
@@ -148,7 +148,7 @@ class TurbineClusterModelChain(ModelChain):
148148
Defines the method for taking wake losses within the farm into
149149
consideration.
150150
smoothing : bool
151-
If True the power curves will be smoothed.
151+
If True the power curves are smoothed.
152152
block_width : float
153153
Width between the wind speeds in the sum of the equation in
154154
:py:func:`~.power_curves.smooth_power_curve`.

0 commit comments

Comments
 (0)