passing all tests in thinkpad
This commit is contained in:
@@ -36,7 +36,7 @@ class OTWCPChartTest(TestCase):
|
||||
for filename in os.listdir(u'rowers/tests/testdata/otwcp'):
|
||||
a2 = 'rowers/tests/testdata/otwcp/temp/'+filename
|
||||
try:
|
||||
copyfile(u'rowers/tests/testdata/otwcp/'+filename,a2)
|
||||
copy(u'rowers/tests/testdata/otwcp/'+filename,a2)
|
||||
row = rdata(a2)
|
||||
totaldist = row.df['cum_dist'].max()
|
||||
totaltime = row.df['TimeStamp (sec)'].max()-row.df['TimeStamp (sec)'].min()
|
||||
|
||||
Reference in New Issue
Block a user