Adaptation to improved drag calculation algorithm

This commit is contained in:
Jaap van Ekris 2024-01-24 17:20:27 +01:00 committed by GitHub
parent 758743b1fa
commit df7643e90c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
testTotalNumberOfStrokes(rower, 3)
testCycleDuration(rower, 0.3712367640000004)
testCycleLinearDistance(rower, 1.3060154305498848)
testCycleLinearVelocity(rower, 4.76616864783023)
testCycleLinearVelocity(rower, 4.600477371517923)
testCyclePower(rower, 303.1560556797095)
testDriveDuration(rower, 0.2727572410000002)
testDriveLinearDistance(rower, 1.3010125187490824)