fixed time weighted mean bug
Please enter the commit message for your changes. Lines starting
This commit is contained in:
@@ -1634,6 +1634,7 @@ def testdata(time, distance, pace, spm):
|
||||
def getrowdata_db(id=0, doclean=False, convertnewtons=True):
|
||||
data = read_df_sql(id)
|
||||
data['x_right'] = data['x_right'] / 1.0e6
|
||||
data['deltat'] = data['time'].diff()
|
||||
|
||||
if data.empty:
|
||||
rowdata, row = getrowdata(id=id)
|
||||
|
||||
Reference in New Issue
Block a user