Adaptation to improved drag calculation algorithm

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

View File

@ -237,7 +237,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
rower.handleRotationImpulse(0.010386684)
testStrokeState(rower, 'Drive')
testTotalMovingTimeSinceStart(rower, 0.8203921620000004)
testTotalLinearDistanceSinceStart(rower, 3.3769157507594016)
testTotalLinearDistanceSinceStart(rower, 3.2991228151896355)
testTotalNumberOfStrokes(rower, 3)
testCycleDuration(rower, 0.3490464680000002)
testCycleLinearDistance(rower, 1.0408100149992658)