mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-06 00:35:44 +08:00
test_logreader: test interactive mode + fix typo in AUTO_INTERACTIVE (#31481)
* fix spelling * test interactive * remove that * test taht * move that
This commit is contained in:
@@ -73,7 +73,7 @@ def process(can, lr):
|
||||
return [d for d in lr if can or d.which() not in ['can', 'sendcan']]
|
||||
|
||||
def juggle_route(route_or_segment_name, can, layout, dbc=None):
|
||||
sr = LogReader(route_or_segment_name, default_mode=ReadMode.AUTO_INTERACIVE)
|
||||
sr = LogReader(route_or_segment_name, default_mode=ReadMode.AUTO_INTERACTIVE)
|
||||
|
||||
all_data = sr.run_across_segments(24, partial(process, can))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user