opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
758 stars 307 forks source link

Use correct tables when writing data to file in `PolynomialPathFitter` #3820

Closed nickbianco closed 5 days ago

nickbianco commented 5 days ago

Brief summary of changes

Minor bug fix to use the correct tables when writing path length and moment arm data to file in PolynomialPathFitter.

Testing I've completed

Tested locally. Sampled values for path lengths and moment arms are correctly written to file.

Looking for feedback on...

CHANGELOG.md (choose one)


This change is Reviewable

nickbianco commented 5 days ago

Thanks @aymanhab!