removing some print statements
This commit is contained in:
@@ -677,8 +677,6 @@ def update_empower(id, inboard, oarlength, boattype, df, f1, debug=False):
|
|||||||
|
|
||||||
success = False
|
success = False
|
||||||
|
|
||||||
print df[' Power (watts)'].mean()
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
df['power empower old'] = df[' Power (watts)']
|
df['power empower old'] = df[' Power (watts)']
|
||||||
df[' Power (watts)'] = df[' Power (watts)'] * corr_factor
|
df[' Power (watts)'] = df[' Power (watts)'] * corr_factor
|
||||||
@@ -697,8 +695,6 @@ def update_empower(id, inboard, oarlength, boattype, df, f1, debug=False):
|
|||||||
if debug:
|
if debug:
|
||||||
print "not updated ",id
|
print "not updated ",id
|
||||||
|
|
||||||
print df[' Power (watts)'].mean()
|
|
||||||
|
|
||||||
|
|
||||||
rowdata = dataprep(df,id=id,bands=True,barchart=True,otwpower=True,
|
rowdata = dataprep(df,id=id,bands=True,barchart=True,otwpower=True,
|
||||||
debug=debug)
|
debug=debug)
|
||||||
|
|||||||
Reference in New Issue
Block a user