Adaptation to improved Theil-Sen algorithm

This commit is contained in:
Jaap van Ekris 2024-01-09 22:33:52 +01:00 committed by GitHub
parent 881999f1e1
commit fcf1f7312b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ test('Correct Flywheel behaviour for a noisefree stroke', () => {
testAngularPosition(flywheel, 8.377580409572781)
testAngularVelocity(flywheel, 94.76231358849583)
testAngularAcceleration(flywheel, 28.980404808837132)
testTorque(flywheel, 3.6487763332368353)
testTorque(flywheel, 3.975668304221995)
testDragFactor(flywheel, 0.00011)
testIsDwelling(flywheel, false)
testIsUnpowered(flywheel, false)