test(fix): fixing failing tests

This commit is contained in:
CarolinePascal
2026-06-24 22:47:20 +02:00
parent 24c0bf6199
commit 95f2923b56
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -47,6 +47,7 @@ class _FakeMeta:
def __init__(self, video_keys: list[str], image_keys: list[str], video_path: Path | None = None) -> None:
self.video_keys = video_keys
self.camera_keys = [*video_keys, *image_keys]
self.depth_keys = []
self._video_path = video_path
self.episodes = {0: {f"videos/{key}/from_timestamp": 0.0 for key in video_keys}}