pyworkout-toolkit icon indicating copy to clipboard operation
pyworkout-toolkit copied to clipboard

Only one Lap element is parsed in the test_dataset_1.tcx file

Open paulogonc opened this issue 3 years ago • 0 comments

In the example file test_dataset_1.tcx there are three Lap segments, the parser only iterates over one element instead of all.

for laps in self.activity.Lap: <- here in self.activity is only one element instead of a list of elements
...

I use a lmxl in version 4.6.3

paulogonc avatar Oct 04 '21 19:10 paulogonc