better coverage, removed some warnings
This commit is contained in:
@@ -45,7 +45,7 @@ class InteractiveChartTest(TestCase):
|
||||
rr = rrower(hrmax=r.max,hrut2=r.ut2,
|
||||
hrut1=r.ut1,hrat=r.at,
|
||||
hrtr=r.tr,hran=r.an,ftp=r.ftp)
|
||||
row = rdata(self.filename,rower=rr)
|
||||
row = rdata(csvfile=self.filename,rower=rr)
|
||||
|
||||
fig1 = plots.mkplot(row,'test')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user