Adaptation to improved drag calculation algorithm
This commit is contained in:
parent
f9641b85e2
commit
f4744135c3
|
|
@ -308,10 +308,10 @@ test('Test behaviour for three perfect identical strokes, including settingling
|
||||||
testCycleLinearVelocity(rower, 4.590992866421583)
|
testCycleLinearVelocity(rower, 4.590992866421583)
|
||||||
testCyclePower(rower, 270.94296880669305)
|
testCyclePower(rower, 270.94296880669305)
|
||||||
testDriveDuration(rower, 0.2727572410000002)
|
testDriveDuration(rower, 0.2727572410000002)
|
||||||
testDriveLinearDistance(rower, 1.3010125187490824)
|
testDriveLinearDistance(rower, 1.2557840678364274)
|
||||||
testDriveLength(rower, 0.36651914291880905)
|
testDriveLength(rower, 0.36651914291880905)
|
||||||
testDriveAverageHandleForce(rower, 295.526758358351)
|
testDriveAverageHandleForce(rower, 272.7765993429924)
|
||||||
testDrivePeakHandleForce(rower, 480.01441558492223)
|
testDrivePeakHandleForce(rower, 456.99298986363897)
|
||||||
testRecoveryDuration(rower, 0.1430115999999999)
|
testRecoveryDuration(rower, 0.1430115999999999)
|
||||||
testRecoveryDragFactor(rower, 343.6343564104484)
|
testRecoveryDragFactor(rower, 343.6343564104484)
|
||||||
testInstantHandlePower(rower, 0)
|
testInstantHandlePower(rower, 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue