From f57fde9c5abc73205102161aea59c8e0bf2279bd Mon Sep 17 00:00:00 2001 From: Nienke Timmermans <65012819+nienketimmermans@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:49:20 +0100 Subject: [PATCH] Update test_gait_analysis.py changed path_to_to to path_to --- tests/test_gait_analysis.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_gait_analysis.py b/tests/test_gait_analysis.py index 220be96..8171df3 100644 --- a/tests/test_gait_analysis.py +++ b/tests/test_gait_analysis.py @@ -125,11 +125,11 @@ def test_5_arm_swing_detection_output(shared_datadir: Path): # data_type: str = "gait" # # Temporary path to store the output of the notebook -# path_to_to_feature_input = shared_datadir / feature_input_dir_name / data_type -# path_to_to_prediction_input = shared_datadir / prediction_input_dir_name / data_type +# path_to_feature_input = shared_datadir / feature_input_dir_name / data_type +# path_to_prediction_input = shared_datadir / prediction_input_dir_name / data_type # reference_output_path = shared_datadir / output_dir_name / data_type # tested_output_path = reference_output_path / "test-output" # config = ArmSwingQuantificationConfig() -# quantify_arm_swing_io(path_to_to_feature_input, path_to_to_prediction_input, tested_output_path, config) +# quantify_arm_swing_io(path_to_feature_input, path_to_prediction_input, tested_output_path, config) # compare_data(reference_output_path, tested_output_path, arm_swing_binaries_pairs)