deleted print statement
This commit is contained in:
@@ -176,7 +176,6 @@ def getmaxwattinterval(tt,ww,i):
|
|||||||
t_0 = tt.ix[indexmax]
|
t_0 = tt.ix[indexmax]
|
||||||
t_1 = tt.ix[indexmax-i]
|
t_1 = tt.ix[indexmax-i]
|
||||||
deltas = tt.ix[indexmax-1:indexmax].diff().dropna()
|
deltas = tt.ix[indexmax-1:indexmax].diff().dropna()
|
||||||
print deltas.mean(),deltas.max()
|
|
||||||
testres = 1.0e-3*deltas.max() < 30.
|
testres = 1.0e-3*deltas.max() < 30.
|
||||||
if testres:
|
if testres:
|
||||||
deltat = 1.0e-3*(t_0-t_1)
|
deltat = 1.0e-3*(t_0-t_1)
|
||||||
|
|||||||
Reference in New Issue
Block a user