File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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)]
Original file line number Diff line number Diff 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 -------
You can’t perform that action at this time.
0 commit comments