We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32aca5 commit 49da213Copy full SHA for 49da213
windpowerlib/data.py
@@ -317,7 +317,7 @@ def check_data_integretiy(data):
317
"{0}: No cp-curve but has_cp_curve=True.".format(ttype)
318
)
319
if dataset[1].has_power_curve is True:
320
- if len(wt.power_curve) < 22:
+ if len(wt.power_curve) < 5:
321
logging.warning(
322
"{0}: power_curve is to short ({1} values),".format(
323
ttype, len(wt.power_curve)
0 commit comments