From 37cdef4b21db743991ea73fdea8e0953dca5c34d Mon Sep 17 00:00:00 2001 From: Jaap van Ekris <82339657+JaapvanEkris@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:15:05 +0100 Subject: [PATCH] Adaptation to improved drag calculation algorithm --- app/engine/Rower.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/engine/Rower.test.js b/app/engine/Rower.test.js index 2b64b0b..0c36165 100644 --- a/app/engine/Rower.test.js +++ b/app/engine/Rower.test.js @@ -269,7 +269,7 @@ test('Test behaviour for three perfect identical strokes, including settingling rower.handleRotationImpulse(0.011209919) testStrokeState(rower, 'Recovery') testTotalMovingTimeSinceStart(rower, 0.9814208570000005) - testTotalLinearDistanceSinceStart(rower, 4.157523262008851) + testTotalLinearDistanceSinceStart(rower, 4.052593255891493) testTotalNumberOfStrokes(rower, 3) testCycleDuration(rower, 0.3712367640000004) testCycleLinearDistance(rower, 1.353053019499046) @@ -277,7 +277,7 @@ test('Test behaviour for three perfect identical strokes, including settingling testCyclePower(rower, 303.1560556797095) testDriveDuration(rower, 0.2727572410000002) testDriveLinearDistance(rower, 1.3010125187490824) - testDriveLength(rower, 0.36651914291880905) + testDriveLength(rower, 0.3371976114853044) testDriveAverageHandleForce(rower, 295.526758358351) testDrivePeakHandleForce(rower, 480.01441558492223) testRecoveryDuration(rower, 0.09847952300000018)