Private
Public Access
1
0

better coverage, removed some warnings

This commit is contained in:
Sander Roosendaal
2021-04-14 18:01:01 +02:00
parent 39a196b949
commit eb32394d0b
5 changed files with 17 additions and 17 deletions

View File

@@ -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')