Private
Public Access
1
0

Merge branch 'hotfix/v3.24'

This commit is contained in:
Sander Roosendaal
2017-06-29 16:03:01 +02:00

View File

@@ -180,7 +180,7 @@ def getmaxwattinterval(tt,ww,i):
if testres:
deltat = 1.0e-3*(t_0-t_1)
wmax = w_roll.ix[indexmax]
if wmax > 800:
if wmax > 800 or wmax > 800/(5.0e04*deltat):
wmax = 0
else:
wmax = 0