Skip to content

Commit 9bca91f

Browse files
committed
Correct comment
1 parent 74b4bea commit 9bca91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windpowerlib/wind_farm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def assign_power_curve(self, wake_losses_model='power_efficiency_curve',
237237
block_width=block_width, **kwargs)
238238
else:
239239
# Add value zero to start and end of curve as otherwise there
240-
# can occure problems at the aggregation
240+
# can occure problems during the aggregation
241241
if power_curve.iloc[0]['wind_speed'] != 0:
242242
power_curve.loc[power_curve.index[0] - 0.5] = [
243243
power_curve.index[0] - 0.5, 0.0]

0 commit comments

Comments
 (0)