Skip to content

Commit 84ef72d

Browse files
committed
Deactivate the doctest, because there are already unit tests
1 parent 0dd6ce0 commit 84ef72d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

windpowerlib/tools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ def linear_interpolation_extrapolation(df, target_height):
6262
... np.array([10, 80])])
6363
>>> value = linear_interpolation_extrapolation(
6464
... weather_df['wind_speed'], 100)[0]
65-
>>> int(value * 1000) / 1000
66-
6.857
6765
6866
"""
6967
# find closest heights

0 commit comments

Comments
 (0)