From c56c6991d1bc3a34cbb896648c33bef23fffdaad Mon Sep 17 00:00:00 2001 From: CarolinePascal Date: Tue, 16 Jun 2026 18:04:33 +0200 Subject: [PATCH] chore(rebase): fixing rebase merge conflicts --- tests/datasets/test_aggregate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/datasets/test_aggregate.py b/tests/datasets/test_aggregate.py index 75979320d..2fafd2777 100644 --- a/tests/datasets/test_aggregate.py +++ b/tests/datasets/test_aggregate.py @@ -34,8 +34,6 @@ from tests.fixtures.constants import ( DUMMY_REPO_ID, ) -CAMERA_FEATURES_WITH_DEPTH = {**DUMMY_CAMERA_FEATURES, **DUMMY_DEPTH_CAMERA_FEATURES} - def assert_data_shards_one_row_group_per_episode(root): """Every aggregated DATA shard must have exactly one parquet row group per episode."""