Adaptation to improved drag calculation algorithm

This commit is contained in:
Jaap van Ekris 2024-01-24 16:28:36 +01:00 committed by GitHub
parent 1f4a2c2f02
commit b24daf82cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
rower.handleRotationImpulse(0.011209919) rower.handleRotationImpulse(0.011209919)
testStrokeState(rower, 'Recovery') testStrokeState(rower, 'Recovery')
testTotalMovingTimeSinceStart(rower, 0.6101840930000001) testTotalMovingTimeSinceStart(rower, 0.6101840930000001)
testTotalLinearDistanceSinceStart(rower, 2.388146236510099) testTotalLinearDistanceSinceStart(rower, 2.3447269236339507)
testTotalNumberOfStrokes(rower, 2) testTotalNumberOfStrokes(rower, 2)
testCycleDuration(rower, 0.40310000200000007) testCycleDuration(rower, 0.40310000200000007)
testCycleLinearDistance(rower, 1.2489720179991195) testCycleLinearDistance(rower, 1.2489720179991195)