Adaptation to improved Theil-Sen algorithm

This commit is contained in:
Jaap van Ekris 2024-01-09 22:35:52 +01:00 committed by GitHub
parent fcf1f7312b
commit 2ea84d26a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)