Private
Public Access
1
0

removed some conditions CP

This commit is contained in:
Sander Roosendaal
2017-06-29 20:04:04 +02:00
parent 49a0670f79
commit 30bc734c0c
4 changed files with 12 additions and 5 deletions

View File

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