mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-28 12:15:59 +00:00
Remove streaming benchmark prototypes
This commit is contained in:
@@ -39,15 +39,3 @@ from lerobot.streaming.mp4 import Mp4Index
|
||||
)
|
||||
|
||||
assert result.returncode == 0, result.stderr
|
||||
|
||||
|
||||
def test_episode_video_compatibility_imports() -> None:
|
||||
from lerobot.streaming.episode_cache import EpisodeByteCache
|
||||
from lerobot.streaming.episode_pool import ExactCoveragePool
|
||||
from lerobot.streaming.episode_video import (
|
||||
EpisodeByteCache as CompatibilityEpisodeByteCache,
|
||||
ExactCoveragePool as CompatibilityExactCoveragePool,
|
||||
)
|
||||
|
||||
assert CompatibilityEpisodeByteCache is EpisodeByteCache
|
||||
assert CompatibilityExactCoveragePool is ExactCoveragePool
|
||||
|
||||
Reference in New Issue
Block a user