Skip to content

Commit fd15b0b

Browse files
author
kyri-petrou
committed
Format using black
1 parent 38bdfd2 commit fd15b0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

windpowerlib/power_output.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ def power_curve_density_correction(
247247
else:
248248
panda_series = False
249249

250-
power_output = _get_power_output(wind_speed, power_curve_wind_speeds.to_numpy(), density.to_numpy(), power_curve_values.to_numpy())
250+
power_output = _get_power_output(wind_speed, power_curve_wind_speeds.to_numpy(
251+
), density.to_numpy(), power_curve_values.to_numpy())
251252

252253
# Convert results to the data type of the input data
253254
if panda_series:
@@ -276,7 +277,7 @@ def _get_power_output(wind_speed, power_curve_wind_speeds, density, power_curve_
276277
Density of air at hub height in kg/m³.
277278
Returns
278279
-------
279-
:numpy: `numpy.array`
280+
:numpy:`numpy.array`
280281
Electrical power output of the wind turbine in W.
281282
"""
282283

0 commit comments

Comments
 (0)