Adaptation to improved Theil-Sen algorithm

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

View File

@ -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)