PerfectFit-project / virtual-coach-issues

Central issues-only repository for tracking all issues for the PerfectFit Virtual Coach System.
2 stars 1 forks source link

Fix behaviour step goal algorithm #466

Closed bscheltinga closed 1 year ago

bscheltinga commented 1 year ago

If there is no data recorded, it can occur that the step goal increases. Also seen in: https://github.com/PerfectFit-project/testing-tickets/issues/82

This is caused by the fact that missing data is inputated by the mean of the recorded steps in that period. To fix this, it should not be inputated but replaced by zero.