double lbstoN correction
This commit is contained in:
@@ -859,8 +859,8 @@ def getrowdata_db(id=0,doclean=False):
|
||||
if doclean:
|
||||
data = clean_df_stats(data,ignorehr=True)
|
||||
|
||||
data['averageforce'] = data['averageforce']*lbstoN
|
||||
data['peakforce'] = data['peakforce']*lbstoN
|
||||
data['averageforce'] = data['averageforce']
|
||||
data['peakforce'] = data['peakforce']
|
||||
|
||||
return data,row
|
||||
|
||||
|
||||
Reference in New Issue
Block a user