From 1b17b8137b9e534bd9924e2f6fe91708a5fddd04 Mon Sep 17 00:00:00 2001 From: Jaap van Ekris <82339657+JaapvanEkris@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:41:39 +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 cd22472bd1..e5debe1f54 100644 --- a/app/engine/Flywheel.test.js +++ b/app/engine/Flywheel.test.js @@ -140,7 +140,7 @@ test('Correct Flywheel behaviour for a noisefree stroke', () => { testDeltaTime(flywheel, 0.020722165) testSpinningTime(flywheel, 0.43343548300000007) testAngularPosition(flywheel, 39.79350694547071) - testAngularVelocity(flywheel, 50.26484699562684) + testAngularVelocity(flywheel, 50.71501160141977) testAngularAcceleration(flywheel, -58.29260187010073) testTorque(flywheel, -5.7320462200230695) testDragFactor(flywheel, 0.00011)