needed to say

This commit is contained in:
discountchubbs
2026-08-14 10:49:29 -07:00
parent e571a11e9b
commit 502bb58c4e
@@ -33,7 +33,7 @@ class TestRecoveryPower(OpenpilotTestCase):
def mock_accel(plan_vel, plan_accel, t_idxs, action_t=0.0):
recorded_vel.append(plan_vel.copy())
return 0.0, False
return 0.0
def mock_curvature(output, plan, vego, lat_action_t, mlsim):
recorded_curv_plans.append(plan.copy())