Comments

5 comments

  • Avatar
    Friedrich Preuß

    Is your Karoo's software up-to-date?

    This has been reported and confirmed before but I didn't check if it has been resolved: https://support.hammerhead.io/hc/en-us/community/posts/1260802079710-Rider-profile-changes-user-height

    It's not in the public list of known bugs: https://support.hammerhead.io/hc/en-us/community/posts/360044025794-Known-Bugs-and-Issues

    Edit: I wasn't able to reproduce it on my Karoo 2 (using metric units, maybe that makes a difference).

    0
    Comment actions Permalink
  • Avatar
    Luis Argote

    Yeah I installed the latest update within the last 24 hours.

    I could also repro on the previous version.

    And yeah, I have mixed units (Celsius, Miles, KG, feet and inches).

    0
    Comment actions Permalink
  • Avatar
    Luis Argote

    I see the previous discussion, seems weird it'd be a rounding error since metric would be more fine grained in that case.

    0
    Comment actions Permalink
  • Avatar
    Friedrich Preuß

    be a rounding error

    That would be also my guess.

    I absolutely don't know how Hammerhead does store the value internally, but I would store the internal value in cm and format the output to either m or feet and inches. 

    When doing so, it's easy to get rounding errors.

    Attached is a screenshot of an example in Python to demonstrate what happens if you drop the decimal points after converting.

    That would explain it. And correctly rounding 70.86614173228347" to 71" would solve the problem.

    (But again, I don't know how it's done here and I can be totally wrong.)

    0
    Comment actions Permalink
  • Avatar
    Dave Penson

    I get the same thing when putting in 6' 4", Well, it actually changes to 6' 3", then to 6' 2"

    0
    Comment actions Permalink

Please sign in to leave a comment.