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
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.
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.
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.