Private
Public Access
1
0

has "Make Ranking" on left panel workflow page

This commit is contained in:
Sander Roosendaal
2017-11-03 13:39:53 +01:00
parent e19b3631f1
commit 657e9e9cd0
5 changed files with 16 additions and 1 deletions

View File

@@ -527,6 +527,7 @@ def fetchcp(rower,theworkouts,table='cpdata'):
theids = [int(w.id) for w in theworkouts]
columns = ['power','workoutid','time']
df = getsmallrowdata_db(columns,ids=theids)
df.dropna(inplace=True,axis=0)
if df.empty:
avgpower2 = {}
for id in theids: