From 2ea84d26a083dbae823ead3ff33a3a49a62bc1f0 Mon Sep 17 00:00:00 2001 From: Jaap van Ekris <82339657+JaapvanEkris@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:35: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 0fa352a5a0..bb48447815 100644 --- a/app/engine/Flywheel.test.js +++ b/app/engine/Flywheel.test.js @@ -115,7 +115,7 @@ test('Correct Flywheel behaviour for a noisefree stroke', () => { testDeltaTime(flywheel, 0.010722165) testSpinningTime(flywheel, 0.23894732900000007) testAngularPosition(flywheel, 24.085543677521745) - testAngularVelocity(flywheel, 96.90300446282997) + testAngularVelocity(flywheel, 97.13471664858164) testAngularAcceleration(flywheel, -30.80944790298386) testTorque(flywheel, -2.1435329286660787) testDragFactor(flywheel, 0.00011)