AdrianaTorres / Manipulation

0 stars 0 forks source link

Check input-output relation #22

Open aremazeilles opened 3 years ago

aremazeilles commented 3 years ago

A santy check consists in lunching the code with the indicated input files, nd verify the outcome is equal to the one registered in the output files. Some files should be checked:

Also most of the output folder contain data like:

╰─$ ls Spinal_Loads_Estimation_octave/tests/data/output 
SpinalLoads_exo.yaml       step_length_left.yaml   step_time_right.yaml
SpinalLoads_no-exo.yaml    step_length_right.yaml  stride_time_left.yaml
SpinalLoads_sagittal.yaml  step_time_left.yaml     stride_time_right.yaml

If all step_* and stride_* files are not generated by the code, they should be removed as well.

aremazeilles commented 3 years ago

I fixed the removal of all step and stride files, which came from the original octave PI example