From fcf1f7312b12c8dfd0b44fae1ff6aca0bf806e25 Mon Sep 17 00:00:00 2001 From: Jaap van Ekris <82339657+JaapvanEkris@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:33:52 +0100 Subject: [PATCH] Adaptation to improved Theil-Sen algorithm --- app/engine/Flywheel.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/engine/Flywheel.test.js b/app/engine/Flywheel.test.js index a466af4..0fa352a 100644 --- a/app/engine/Flywheel.test.js +++ b/app/engine/Flywheel.test.js @@ -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)