Adaptation to improved drag calculation algorithm

This commit is contained in:
Jaap van Ekris 2024-01-24 17:18:34 +01:00 committed by GitHub
parent 37cdef4b21
commit 758743b1fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
testTotalLinearDistanceSinceStart(rower, 4.052593255891493) testTotalLinearDistanceSinceStart(rower, 4.052593255891493)
testTotalNumberOfStrokes(rower, 3) testTotalNumberOfStrokes(rower, 3)
testCycleDuration(rower, 0.3712367640000004) testCycleDuration(rower, 0.3712367640000004)
testCycleLinearDistance(rower, 1.353053019499046) testCycleLinearDistance(rower, 1.3060154305498848)
testCycleLinearVelocity(rower, 4.76616864783023) testCycleLinearVelocity(rower, 4.76616864783023)
testCyclePower(rower, 303.1560556797095) testCyclePower(rower, 303.1560556797095)
testDriveDuration(rower, 0.2727572410000002) testDriveDuration(rower, 0.2727572410000002)