Adaptation to improved Theil-Sen algorithm
This commit is contained in:
parent
1b17b8137b
commit
e42a4717e6
|
|
@ -141,7 +141,7 @@ test('Correct Flywheel behaviour for a noisefree stroke', () => {
|
|||
testSpinningTime(flywheel, 0.43343548300000007)
|
||||
testAngularPosition(flywheel, 39.79350694547071)
|
||||
testAngularVelocity(flywheel, 50.71501160141977)
|
||||
testAngularAcceleration(flywheel, -58.29260187010073)
|
||||
testAngularAcceleration(flywheel, -159.90034506799844)
|
||||
testTorque(flywheel, -5.7320462200230695)
|
||||
testDragFactor(flywheel, 0.00011)
|
||||
testIsDwelling(flywheel, true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue