test(fix): fixing depth tests

This commit is contained in:
CarolinePascal
2026-06-12 19:45:38 +02:00
parent 5c71fdf5f4
commit f63e9682b2
+4
View File
@@ -13,6 +13,10 @@ Depth metadata detection on ``LeRobotDatasetMetadata.depth_keys`` lives in
from pathlib import Path
import pytest
pytest.importorskip("av", reason="av is required (install lerobot[dataset])")
import av
import numpy as np
import PIL.Image