Adaptation to improved Theil-Sen algorithm
This commit is contained in:
parent
6bb2b9f9e3
commit
881999f1e1
|
|
@ -91,7 +91,7 @@ test('Correct Flywheel behaviour for a noisefree stroke', () => {
|
|||
testSpinningTime(flywheel, 0.077918634)
|
||||
testAngularPosition(flywheel, 8.377580409572781)
|
||||
testAngularVelocity(flywheel, 94.76231358849583)
|
||||
testAngularAcceleration(flywheel, 25.82371590019147)
|
||||
testAngularAcceleration(flywheel, 28.980404808837132)
|
||||
testTorque(flywheel, 3.6487763332368353)
|
||||
testDragFactor(flywheel, 0.00011)
|
||||
testIsDwelling(flywheel, false)
|
||||
|
|
|
|||
Loading…
Reference in New Issue