rdata fixes
This commit is contained in:
@@ -105,7 +105,7 @@ def get_random_file(filename='rowers/tests/testdata/testdata.csv',name=''):
|
||||
except AttributeError:
|
||||
fromstring = 'none_'
|
||||
|
||||
row = rdata(filename)
|
||||
row = rdata(csvfile=filename)
|
||||
totaldist = row.df['cum_dist'].max()
|
||||
totaltime = row.df['TimeStamp (sec)'].max()-row.df['TimeStamp (sec)'].min()
|
||||
totaltime = totaltime+row.df.loc[row.df.index[0],' ElapsedTime (sec)']
|
||||
|
||||
Reference in New Issue
Block a user