mechmotum / symbrim

A Modular and Extensible Open-Source Framework for Creating Symbolic Bicycle-Rider Models
https://mechmotum.github.io/symbrim/
Creative Commons Zero v1.0 Universal
10 stars 3 forks source link

Rename RollingDisc submodel disc to wheel improving consistency #132

Closed tjstienstra closed 6 months ago

tjstienstra commented 6 months ago

This PR deprecates RollingDisc.disc and replaces it with RollingDisc.wheel. This better matches the naming of the actual submodel classes and the naming of the submodels of the bicycle models.

tjstienstra commented 6 months ago

This PR also re-enables the cache environment for the doctest, which was temporarily disabled in #128 because the cache did not contain the newest version of SymPy.