feat: rebuild Data tab compare view
This commit is contained in:
@@ -63,7 +63,8 @@ def test_compare_files_integration(controller):
|
||||
assert "distance" in args
|
||||
assert "series_a" in args
|
||||
assert "series_b" in args
|
||||
|
||||
assert args["frame_offset"] == 0
|
||||
|
||||
def test_recording_toggle(controller, tmp_path):
|
||||
csv_path = str(tmp_path / "rec" / "live_test.csv")
|
||||
controller.startRecording(csv_path, "SN123")
|
||||
|
||||
Reference in New Issue
Block a user