From 019b12b52549f56fd21e42ea9475e98b079ebd2e Mon Sep 17 00:00:00 2001 From: CarolinePascal Date: Thu, 30 Jul 2026 18:30:53 +0200 Subject: [PATCH] chore(format): formatting code --- tests/datasets/test_dataset_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/datasets/test_dataset_tools.py b/tests/datasets/test_dataset_tools.py index a903ffdc4..53435953b 100644 --- a/tests/datasets/test_dataset_tools.py +++ b/tests/datasets/test_dataset_tools.py @@ -382,6 +382,7 @@ def test_add_features_with_callable(sample_dataset, tmp_path): assert first_frame["frame_index"] == 0 assert float(first_frame["reward"]) == 0.0 + def test_add_existing_feature(sample_dataset, tmp_path): """Test error when adding an existing feature.""" feature_info = {"dtype": "float32", "shape": (1,)}