mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-31 05:29:40 +00:00
chore(format): formatting code
This commit is contained in:
@@ -382,6 +382,7 @@ def test_add_features_with_callable(sample_dataset, tmp_path):
|
|||||||
assert first_frame["frame_index"] == 0
|
assert first_frame["frame_index"] == 0
|
||||||
assert float(first_frame["reward"]) == 0.0
|
assert float(first_frame["reward"]) == 0.0
|
||||||
|
|
||||||
|
|
||||||
def test_add_existing_feature(sample_dataset, tmp_path):
|
def test_add_existing_feature(sample_dataset, tmp_path):
|
||||||
"""Test error when adding an existing feature."""
|
"""Test error when adding an existing feature."""
|
||||||
feature_info = {"dtype": "float32", "shape": (1,)}
|
feature_info = {"dtype": "float32", "shape": (1,)}
|
||||||
|
|||||||
Reference in New Issue
Block a user