This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bug found when comparing activities

Tonight I was comparing two activities (A feature that I am aware of in GC, but rarely use). Anyway, I noticed that each of the files themselves have the correct data, but when I choose to compare them, the Max HR data field is the same as the AVERAGE HR data field. See attached picture at the end of this post.

Here's the typed out version in case the picture doesn't come through:
Activity #1 (when viewed independently)
AVG HR 122
MAX HR 177

Activity #2 (when viewed independently)
AVG HR 144
MAX HR 167

Activity #1 compared with Activity #2
AVG HR 122 AVG HR 144
MAX HR 122 MAX HR 144 <- The numbers here appear to be the wrong fields

Does that make sense? Can someone check that out?
  • Former Member
    0 Former Member over 14 years ago
    I'm seeing the same bug. Seems like it should be a relatively simple fix, no?
  • Former Member
    0 Former Member over 14 years ago
    +1. I independently ran into this bug today; glad to see I'm not the only one.

    Max HR is the same as Avg HR, but zone numbers and '% of max' numbers look about right. Seems like a ten minute fix for a copy&paste error in the code, allowing 5 minutes of 'programmer coffee acquisition' time ;)
  • Average HR = Max HR ???

    Hi. Same error for me. Can Garmin please comment as to the plan for a fix. Cheers
  • Former Member
    0 Former Member over 14 years ago
    same here

    ya I just join to see if someone else had the same issue. Which I guess people do.

    Seems like the pointer is stuck or not adding a value when comparing the 2 causing it to point to the last value it had which is the AVG HR.