Adaptation to improved Theil-Sen algorithm
This commit is contained in:
parent
fcf1f7312b
commit
2ea84d26a0
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue