From dc08c3bfa4547dbedcc0915bd32b1a1a05ceb25a Mon Sep 17 00:00:00 2001 From: Remi Cadene Date: Mon, 7 Oct 2024 12:10:46 +0200 Subject: [PATCH] small --- tests/test_datasets.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test_datasets.py b/tests/test_datasets.py index 7fe84bc57..1316df786 100644 --- a/tests/test_datasets.py +++ b/tests/test_datasets.py @@ -308,12 +308,11 @@ def test_flatten_unflatten_dict(): # "lerobot/cmu_stretch", ], ) +# TODO(rcadene, aliberts): all these tests fail locally on Mac M1, but not on Linux def test_backward_compatibility(repo_id): """The artifacts for this test have been generated by `tests/scripts/save_dataset_to_safetensors.py`.""" - dataset = LeRobotDataset( - repo_id, - ) + dataset = LeRobotDataset(repo_id) test_dir = Path("tests/data/save_dataset_to_safetensors") / repo_id