From 20a261902101f7ca4709bb655bb6a77302950594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20R=C4=85czy?= Date: Wed, 2 Apr 2025 20:04:44 -0700 Subject: [PATCH] No newline --- selfdrive/locationd/lagd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/locationd/lagd.py b/selfdrive/locationd/lagd.py index 0dc6341127..a281b7457d 100755 --- a/selfdrive/locationd/lagd.py +++ b/selfdrive/locationd/lagd.py @@ -189,7 +189,6 @@ class LateralLagEstimator: liveDelay.status = log.LiveDelayData.Status.unestimated liveDelay.lateralDelay = self.initial_lag liveDelay.lateralDelayEstimate = current_mean_lag - liveDelay.validBlocks = self.block_avg.valid_blocks if debug: liveDelay.points = self.block_avg.values.flatten().tolist()