Adaptation to improved drag calculation algorithm

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

View File

@ -304,7 +304,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
testTotalNumberOfStrokes(rower, 3)
testTotalLinearDistanceSinceStart(rower, 4.655369608452978)
testCycleDuration(rower, 0.4157688410000001)
testCycleLinearDistance(rower, 1.9775390284986059)
testCycleLinearDistance(rower, 1.90879178311137)
testCycleLinearVelocity(rower, 4.756342547801953)
testCyclePower(rower, 301.28492718029133)
testDriveDuration(rower, 0.2727572410000002)