Open aremazeilles opened 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:
RangeOfMovement_LBT_noExo.yaml
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.
step_*
stride_*
I fixed the removal of all step and stride files, which came from the original octave PI example
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:
RangeOfMovement_LBT_noExo.yaml
differAlso most of the output folder contain data like:
If all
step_*
andstride_*
files are not generated by the code, they should be removed as well.