Merge branch 'hotfix/v9.13'
This commit is contained in:
@@ -301,8 +301,12 @@ def summaryfromsplitdata(splitdata,data,filename,sep='|'):
|
|||||||
sa += iarr
|
sa += iarr
|
||||||
results += resarr
|
results += resarr
|
||||||
|
|
||||||
ivelo = idist/itime
|
if itime != 0:
|
||||||
ipower = 2.8*ivelo**(3.0)
|
ivelo = idist/itime
|
||||||
|
ipower = 2.8*ivelo**(3.0)
|
||||||
|
else:
|
||||||
|
ivelo = 0
|
||||||
|
ipower = 0
|
||||||
|
|
||||||
sums += interval_string(intervalnr,idist,itime,ipace,ispm,
|
sums += interval_string(intervalnr,idist,itime,ipace,ispm,
|
||||||
iavghr,imaxhr,0,ipower,separator=sep)
|
iavghr,imaxhr,0,ipower,separator=sep)
|
||||||
|
|||||||
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
Binary file not shown.
2
rowers/tests/testdata/testdata.tcx
vendored
2
rowers/tests/testdata/testdata.tcx
vendored
@@ -2502,7 +2502,7 @@
|
|||||||
</Trackpoint>
|
</Trackpoint>
|
||||||
</Track>
|
</Track>
|
||||||
</Lap>
|
</Lap>
|
||||||
<Notes><Element 'Notes' at 0x1913e400></Notes>
|
<Notes><Element 'Notes' at 0x11aaf780></Notes>
|
||||||
</Activity>
|
</Activity>
|
||||||
</Activities>
|
</Activities>
|
||||||
<Creator>
|
<Creator>
|
||||||
|
|||||||
Reference in New Issue
Block a user