Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-03-07 14:27:40 +01:00
parent 9f73e37297
commit f53a2a22ee
5 changed files with 38 additions and 18 deletions

View File

@@ -172,6 +172,14 @@ def createsporttracksworkoutdata(w):
distancedata = []
powerdata = []
t = t.tolist()
hr = hr.tolist()
d = d.tolist()
spm = spm.tolist()
lat = lat.tolist()
lon = lon.tolist()
power = power.tolist()
for i in range(len(t)):
hrdata.append(t[i])
hrdata.append(hr[i])