small changes
This commit is contained in:
@@ -1001,6 +1001,9 @@ def getrowdata_db(id=0,doclean=False):
|
||||
else:
|
||||
row = Workout.objects.get(id=id)
|
||||
|
||||
if data['efficiency'].mean() == 0 and data['power'].mean() != 0:
|
||||
data = add_efficiency(id=id)
|
||||
|
||||
if doclean:
|
||||
data = clean_df_stats(data,ignorehr=True)
|
||||
|
||||
|
||||
@@ -4031,7 +4031,6 @@ def workouts_view(request,message='',successmessage='',
|
||||
else:
|
||||
activity_enddate = enddate
|
||||
|
||||
print "aap",activity_enddate
|
||||
|
||||
if teamid:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user