Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

average_speed, average_pace property dont work #7

Closed
xue35 opened this issue Apr 12, 2019 · 0 comments
Closed

average_speed, average_pace property dont work #7

xue35 opened this issue Apr 12, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@xue35
Copy link
Owner

xue35 commented Apr 12, 2019

julia> err, tcx = parse_tcx_file("test/centry_park_run.tcx");

julia> err
200

julia> tcx.average_speed
ERROR: type TCXRecord has no field average_speed
Stacktrace:
 [1] getproperty(::Any, ::Symbol) at ./sysimg.jl:18

julia> tcx.average_pace
ERROR: type TCXRecord has no field average_pace
Stacktrace:
 [1] getproperty(::Any, ::Symbol) at ./sysimg.jl:18
@xue35 xue35 added the bug Something isn't working label Apr 12, 2019
@xue35 xue35 closed this as completed Apr 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant