Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Feb 9, 2024
1 parent 15adc5a commit a216a45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions windpowerlib/power_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def _get_power_output(
wind_speed, power_curve_wind_speeds, density, power_curve_values
):
"""Get the power output at each timestep using only numpy to speed up performance
Parameters
----------
wind_speed : :numpy:`numpy.ndarray`
Expand All @@ -289,10 +290,12 @@ def _get_power_output(
power_curve_values : :numpy:`numpy.ndarray`
Power curve values corresponding to wind speeds in
`power_curve_wind_speeds`.
Returns
-------
:numpy:`numpy.array`
Electrical power output of the wind turbine in W.
"""
# Calculate the power curves for each timestep using vectors
# NOTE: power_curves_per_ts.shape = [len(wind_speed), len(density)]
Expand Down

0 comments on commit a216a45

Please sign in to comment.