Skip to content

Commit a216a45

Browse files
committed
Fix indentation
1 parent 15adc5a commit a216a45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

windpowerlib/power_output.py

+3
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ def _get_power_output(
277277
wind_speed, power_curve_wind_speeds, density, power_curve_values
278278
):
279279
"""Get the power output at each timestep using only numpy to speed up performance
280+
280281
Parameters
281282
----------
282283
wind_speed : :numpy:`numpy.ndarray`
@@ -289,10 +290,12 @@ def _get_power_output(
289290
power_curve_values : :numpy:`numpy.ndarray`
290291
Power curve values corresponding to wind speeds in
291292
`power_curve_wind_speeds`.
293+
292294
Returns
293295
-------
294296
:numpy:`numpy.array`
295297
Electrical power output of the wind turbine in W.
298+
296299
"""
297300
# Calculate the power curves for each timestep using vectors
298301
# NOTE: power_curves_per_ts.shape = [len(wind_speed), len(density)]

0 commit comments

Comments
 (0)