Adaptation to improved drag calculation algorithm

This commit is contained in:
Jaap van Ekris 2024-01-24 17:34:05 +01:00 committed by GitHub
parent 9d9c38ef8b
commit 12cc5ad309
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
testStrokeState(rower, 'WaitingForDrive') testStrokeState(rower, 'WaitingForDrive')
testTotalMovingTimeSinceStart(rower, 1.1137102920000004) testTotalMovingTimeSinceStart(rower, 1.1137102920000004)
testTotalNumberOfStrokes(rower, 3) testTotalNumberOfStrokes(rower, 3)
testTotalLinearDistanceSinceStart(rower, 4.782009271008411) testTotalLinearDistanceSinceStart(rower, 4.655369608452978)
testCycleDuration(rower, 0.4157688410000001) testCycleDuration(rower, 0.4157688410000001)
testCycleLinearDistance(rower, 1.9775390284986059) testCycleLinearDistance(rower, 1.9775390284986059)
testCycleLinearVelocity(rower, 4.756342547801953) testCycleLinearVelocity(rower, 4.756342547801953)