Adaptation to improved drag calculation algorithm

This commit is contained in:
Jaap van Ekris 2024-01-24 16:47:32 +01:00 committed by GitHub
parent 5b0f50cabe
commit 72e6166576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
testDriveDuration(rower, 0.25056694500000004) testDriveDuration(rower, 0.25056694500000004)
testDriveLinearDistance(rower, 1.1553213424095137) testDriveLinearDistance(rower, 1.1553213424095137)
testDriveLength(rower, 0.3371976114853044) testDriveLength(rower, 0.3371976114853044)
testDriveAverageHandleForce(rower, 312.83830506634683) testDriveAverageHandleForce(rower, 290.98159585708896)
testDrivePeakHandleForce(rower, 480.0144155860976) testDrivePeakHandleForce(rower, 480.0144155860976)
testRecoveryDuration(rower, 0.152533057) testRecoveryDuration(rower, 0.152533057)
testRecoveryDragFactor(rower, 343.6343564104484) // As we decelerate the flywheel quite fast, this is expected testRecoveryDragFactor(rower, 343.6343564104484) // As we decelerate the flywheel quite fast, this is expected