Adaptation to improved drag calculation algorithm

This commit is contained in:
Jaap van Ekris 2024-01-24 17:07:57 +01:00 committed by GitHub
parent 584d2adc5e
commit 71c9696b63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
testDriveDuration(rower, 0.25056694500000004) testDriveDuration(rower, 0.25056694500000004)
testDriveLinearDistance(rower, 0.552544989848028) testDriveLinearDistance(rower, 0.552544989848028)
testDriveLength(rower, 0.3371976114853044) testDriveLength(rower, 0.3371976114853044)
testDriveAverageHandleForce(rower, 245.5974258934615) testDriveAverageHandleForce(rower, 223.750606354492)
testDrivePeakHandleForce(rower, 418.91839185069534) testDrivePeakHandleForce(rower, 418.91839185069534)
testRecoveryDuration(rower, 0.09847952300000018) testRecoveryDuration(rower, 0.09847952300000018)
testRecoveryDragFactor(rower, 343.6343564104484) testRecoveryDragFactor(rower, 343.6343564104484)