mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-20 13:43:55 +08:00
* about equal with multiprocessing * but almost half without ;) * rm * Update tools/replay/can_replay.py
5 lines
184 B
Python
5 lines
184 B
Python
# Cython, now uses scons to build
|
|
from openpilot.selfdrive.pandad.pandad_api_impl import can_list_to_can_capnp, can_capnp_to_list
|
|
assert can_list_to_can_capnp
|
|
assert can_capnp_to_list
|