ResearchOS / Biomech-Analysis-Platform-MATLAB

A GUI-based operating system framework to facilitate biomechanical data analysis. This platform attempts to manage the non-scientific part of coding without restricting the direction or method of scientific analysis.
MIT License
4 stars 0 forks source link

Allow for unit testing? Unit testing can be a powerful way of learning about the data! #157

Open mtillman14 opened 1 year ago

mtillman14 commented 1 year ago

For example, I just ran a test to see if any trial had <90 degrees of pelvis rotation, and found that only one trial of one person did. This is very helpful! It would be great to auto-show results from this type of analysis in a table or PDF.

mtillman14 commented 12 months ago

Definitely important! Unit tests can be another primitive object type, and users can add predefined or user-defined tests to each output variable of a function.

mtillman14 commented 12 months ago

Duplicate of #50.