mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-15 08:39:49 +00:00
chore (output format): improves output format
This commit is contained in:
@@ -273,7 +273,7 @@ def test_custom_converter():
|
||||
batch["custom_field"] = "custom_value"
|
||||
return batch
|
||||
|
||||
proc = RobotProcessor([], to_transition=to_tr, to_batch=to_batch)
|
||||
proc = RobotProcessor([], to_transition=to_tr, to_output=to_batch)
|
||||
batch = _dummy_batch()
|
||||
out = proc(batch)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user