Open aremazeilles opened 3 years ago
─$ ls Range_of_movement_octave/tests/data/input dinamica08_B.mat dinamica55_B.mat dinamica61_B.mat dinamica42_B.mat dinamica56_B.mat subject_10_anthropometry.yaml dinamica44_B.mat dinamica59_B.mat subject_10_trial_01.csv ─$ ls Performance_Time_octave/tests/data/input/ dinamica42_B.mat dinamica56_B.mat subject_10_trial_01.csv dinamica44_B.mat subject_10_anthropometry.yaml ╰─$ ls Postural_Stability_octave/tests/data/input dinamica08_B.mat dinamica61_B.mat subject_10_trial_01.csv dinamica56_B.mat subject_10_anthropometry.yaml ─$ ls Performance_Time_octave/tests/data/input/ dinamica42_B.mat dinamica56_B.mat subject_10_trial_01.csv dinamica44_B.mat subject_10_anthropometry.yaml ╰─$ ls Smoothness_octave/tests/data/input dinamica57_B.mat subject_10_anthropometry.yaml dinamica59_B.mat subject_10_trial_01.csv ls Spinal_Loads_Estimation_octave/tests/data/input dinamica21_B.mat dinamica44_B.mat subject_10_anthropometry.yaml dinamica42_B.mat dinamica56_B.mat subject_10_trial_01.csv
From the examples, we see that is used:
Unused input files could be removed. Also, are subject_10_anthropometry.yaml ans subject_10_trial_01.csv valid files? They are never used.
Then, to avoid duplicating files used by several metrics, a nice solution would be to:
tests
test
input
output
tests/output/RangeOfMovement
tests/output/PosturalStability
If you want I can handle this change (remove unused input files, and gather them into a common folder)
From the examples, we see that is used:
Unused input files could be removed. Also, are subject_10_anthropometry.yaml ans subject_10_trial_01.csv valid files? They are never used.
Then, to avoid duplicating files used by several metrics, a nice solution would be to:
tests
foldertest
ainput
folder with all the input files used.output
folder, where the results would be kept per metric, i.e:tests/output/RangeOfMovement
,tests/output/PosturalStability
, ...If you want I can handle this change (remove unused input files, and gather them into a common folder)