Skip to content

Commit f3b859d

Browse files
committed
Minor change to comment
1 parent a2b4dce commit f3b859d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windpowerlib/modelchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def v_wind_hub(self, weather, data_height):
223223
if 'v_wind_2' not in weather:
224224
weather['v_wind_2'] = None
225225
data_height['v_wind_2'] = None
226-
# Select wind speed closer to hub height with smallest_difference()
226+
# Select wind speed closer to hub height using smallest_difference()
227227
values = tools.smallest_difference(
228228
data_height['v_wind'], data_height['v_wind_2'],
229229
self.wind_turbine.hub_height, weather['v_wind'],

0 commit comments

Comments
 (0)