some fixes, after manual testing
This commit is contained in:
@@ -387,6 +387,9 @@ def trendflexdata(workouts, options, userid=0):
|
||||
datadf = dataprep.filter_df(datadf, 'driveneergy', workmax,
|
||||
largerthan=False)
|
||||
|
||||
if yparam == 'power':
|
||||
datadf = dataprep.filter_df(datadf, 'power', 1, largerthan=True)
|
||||
|
||||
datadf.dropna(axis=0, how='any', inplace=True)
|
||||
|
||||
datemapping = {
|
||||
|
||||
Reference in New Issue
Block a user