Private
Public Access
1
0

removed debug print statement

This commit is contained in:
Sander Roosendaal
2017-06-17 23:32:49 +02:00
parent b03d88ba64
commit a73ea9d0be
2 changed files with 2 additions and 1 deletions

View File

@@ -40,7 +40,6 @@ def cpfit(powerdf):
dd = fitpoints-theavpower
ddmin = dd.min()
frac = abs(ddmin)/fitpoints.mean()
print ddmin,frac
ratio = fitpoints.mean()/fitpoints0.mean()