Private
Public Access
1
0

deleted print statement

This commit is contained in:
Sander Roosendaal
2017-06-29 15:36:38 +02:00
parent 19aea9cda5
commit a34fc97a35

View File

@@ -176,7 +176,6 @@ def getmaxwattinterval(tt,ww,i):
t_0 = tt.ix[indexmax]
t_1 = tt.ix[indexmax-i]
deltas = tt.ix[indexmax-1:indexmax].diff().dropna()
print deltas.mean(),deltas.max()
testres = 1.0e-3*deltas.max() < 30.
if testres:
deltat = 1.0e-3*(t_0-t_1)