Adaptation to improved drag calculation algorithm

This commit is contained in:
Jaap van Ekris 2024-01-24 16:53:09 +01:00 committed by GitHub
parent 381a44c29d
commit 68c2e99387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
testDriveAverageHandleForce(rower, 290.98159585708896)
testDrivePeakHandleForce(rower, 456.9929898648157)
testRecoveryDuration(rower, 0.152533057)
testRecoveryDragFactor(rower, 343.6343564104484) // As we decelerate the flywheel quite fast, this is expected
testRecoveryDragFactor(rower, 309.02744980039836) // As we decelerate the flywheel quite fast, this is expected
testInstantHandlePower(rower, 0)
// Drive third stroke starts here
rower.handleRotationImpulse(0.011221636)