From 64343b3dd13b8a327bf7a03871f5eb7f950f1f58 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 17:30:00 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- atlite/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlite/convert.py b/atlite/convert.py index f74d554b..8421156c 100644 --- a/atlite/convert.py +++ b/atlite/convert.py @@ -539,7 +539,7 @@ def wind( raised if the power curve does not have a cut-out wind speed. The default is False. interpolation_method : {"logarithmic", "power"} - Law to interpolate wind speed to turbine hub height. Refer to + Law to interpolate wind speed to turbine hub height. Refer to :py:func:`atlite.wind.extrapolate_wind_speed`. Note