Skip to content

Commit 101ed12

Browse files
committed
Fix sphinx warnings
1 parent a216a45 commit 101ed12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

windpowerlib/power_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def _get_power_output(
295295
-------
296296
:numpy:`numpy.array`
297297
Electrical power output of the wind turbine in W.
298-
298+
299299
"""
300300
# Calculate the power curves for each timestep using vectors
301301
# NOTE: power_curves_per_ts.shape = [len(wind_speed), len(density)]

windpowerlib/wind_speed.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ def hellman(
122122
Hub height of wind turbine.
123123
roughness_length : :pandas:`pandas.Series<series>` or numpy.array or float
124124
Roughness length. If given and `hellman_exponent` is None:
125-
`hellman_exponent`=1 / ln(hub_height/roughness_length),
126-
otherwise `hellman_exponent`=1/7. Default: None.
125+
`hellman_exponent` = 1 / ln(hub_height/roughness_length),
126+
otherwise `hellman_exponent` = 1/7. Default: None.
127127
hellman_exponent : None or float
128128
The Hellman exponent, which combines the increase in wind speed due to
129129
stability of atmospheric conditions and surface roughness into one
130130
constant. If None and roughness length is given
131-
`hellman_exponent`=1 / ln(hub_height/roughness_length),
132-
otherwise `hellman_exponent`=1/7. Default: None.
131+
`hellman_exponent` = 1 / ln(hub_height/roughness_length),
132+
otherwise `hellman_exponent` = 1/7. Default: None.
133133
134134
Returns
135135
-------

0 commit comments

Comments
 (0)