Adaptation to improved drag calculation algorithm
This commit is contained in:
parent
868dc0ce8c
commit
37cdef4b21
|
|
@ -269,7 +269,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
|
|||
rower.handleRotationImpulse(0.011209919)
|
||||
testStrokeState(rower, 'Recovery')
|
||||
testTotalMovingTimeSinceStart(rower, 0.9814208570000005)
|
||||
testTotalLinearDistanceSinceStart(rower, 4.157523262008851)
|
||||
testTotalLinearDistanceSinceStart(rower, 4.052593255891493)
|
||||
testTotalNumberOfStrokes(rower, 3)
|
||||
testCycleDuration(rower, 0.3712367640000004)
|
||||
testCycleLinearDistance(rower, 1.353053019499046)
|
||||
|
|
@ -277,7 +277,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
|
|||
testCyclePower(rower, 303.1560556797095)
|
||||
testDriveDuration(rower, 0.2727572410000002)
|
||||
testDriveLinearDistance(rower, 1.3010125187490824)
|
||||
testDriveLength(rower, 0.36651914291880905)
|
||||
testDriveLength(rower, 0.3371976114853044)
|
||||
testDriveAverageHandleForce(rower, 295.526758358351)
|
||||
testDrivePeakHandleForce(rower, 480.01441558492223)
|
||||
testRecoveryDuration(rower, 0.09847952300000018)
|
||||
|
|
|
|||
Loading…
Reference in New Issue