Adaptation to improved drag calculation algorithm

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

View File

@ -269,7 +269,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
rower.handleRotationImpulse(0.011209919)
testStrokeState(rower, 'Recovery')
testTotalMovingTimeSinceStart(rower, 0.9814208570000005)
testTotalLinearDistanceSinceStart(rower, 4.157523262008851)
testTotalLinearDistanceSinceStart(rower, 4.052593255891493)
testTotalNumberOfStrokes(rower, 3)
testCycleDuration(rower, 0.3712367640000004)
testCycleLinearDistance(rower, 1.353053019499046)
@ -277,7 +277,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
testCyclePower(rower, 303.1560556797095)
testDriveDuration(rower, 0.2727572410000002)
testDriveLinearDistance(rower, 1.3010125187490824)
testDriveLength(rower, 0.36651914291880905)
testDriveLength(rower, 0.3371976114853044)
testDriveAverageHandleForce(rower, 295.526758358351)
testDrivePeakHandleForce(rower, 480.01441558492223)
testRecoveryDuration(rower, 0.09847952300000018)