From e42a4717e6c43247129f5c30f93ab0fcffdebdee Mon Sep 17 00:00:00 2001 From: Jaap van Ekris <82339657+JaapvanEkris@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:44:23 +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 e5debe1..090c624 100644 --- a/app/engine/Flywheel.test.js +++ b/app/engine/Flywheel.test.js @@ -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)