Skip to content

Commit ffb174e

Browse files
committed
removed numpy_fast and updated the dependent files
1 parent 7505643 commit ffb174e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

selfdrive/controls/lib/drive_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from cereal import log
2-
import numpy np
2+
import numpy as np
33
from openpilot.common.realtime import DT_CTRL
44

55
MIN_SPEED = 1.0

selfdrive/controls/lib/latcontrol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from abc import abstractmethod, ABC
22

3-
import numpy np
3+
import numpy as np
44
from openpilot.common.realtime import DT_CTRL
55

66
MIN_LATERAL_CONTROL_SPEED = 0.3 # m/s

0 commit comments

Comments
 (0)