chore(format): formatting code

This commit is contained in:
CarolinePascal
2026-05-15 23:01:59 +02:00
parent e8503f5fe6
commit 197fcdb807
4 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,6 @@
"""Unit tests for ``lerobot.datasets.video_utils`` encoding functions and ``lerobot.configs.video.VideoEncoderConfig`` config class."""
import json
import shutil
from pathlib import Path
import numpy as np
@@ -499,6 +498,7 @@ class TestReencodeVideo:
assert info["video.g"] == 6
assert info["video.crf"] == 23
class TestConcatenateVideoFiles:
def test_two_clips_frame_count(self, tmp_path):
"""Output frame count equals the sum of the two input frame counts."""