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

Cadence not reset/cleared during multiple training sessions #2251

Closed
gcoco opened this issue Dec 12, 2016 · 2 comments
Closed

Cadence not reset/cleared during multiple training sessions #2251

gcoco opened this issue Dec 12, 2016 · 2 comments

Comments

@gcoco
Copy link
Contributor

gcoco commented Dec 12, 2016

When I use the trainer function the cadence value from the last session(s) are not reset/cleared.

image

GC v3.4 Offical release on Windows 10 64bit.

@liversedge
Copy link
Member

should have been fixed a while ago.

@amtriathlon
Copy link
Member

It’s a trivial error still present, I will fix it:

cadData->clear();

Missing before:

cadCurve->setSamples(cadData->x(), cadData->y(), cadData->count());

@amtriathlon amtriathlon reopened this Feb 1, 2020
@amtriathlon amtriathlon self-assigned this Feb 1, 2020
@liversedge liversedge added this to the 3.6 milestone Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants