This commit is contained in:
Remi Cadene
2024-10-07 12:10:46 +02:00
parent 68fff561de
commit dc08c3bfa4

View File

@@ -308,12 +308,11 @@ def test_flatten_unflatten_dict():
# "lerobot/cmu_stretch", # "lerobot/cmu_stretch",
], ],
) )
# TODO(rcadene, aliberts): all these tests fail locally on Mac M1, but not on Linux
def test_backward_compatibility(repo_id): def test_backward_compatibility(repo_id):
"""The artifacts for this test have been generated by `tests/scripts/save_dataset_to_safetensors.py`.""" """The artifacts for this test have been generated by `tests/scripts/save_dataset_to_safetensors.py`."""
dataset = LeRobotDataset( dataset = LeRobotDataset(repo_id)
repo_id,
)
test_dir = Path("tests/data/save_dataset_to_safetensors") / repo_id test_dir = Path("tests/data/save_dataset_to_safetensors") / repo_id