brocksam / sympy-biomechanics

Examples using sympy.physics.biomechanics
MIT License
0 stars 1 forks source link

Remove modules in favour of sympy.physics._biomechanics` #24

Open brocksam opened 1 year ago

brocksam commented 1 year ago

With https://github.com/sympy/sympy/pull/25567 we will have reached the point where sympy.physics._biomechanics has implemented the functionality of the following modules:

We should remove these from this repo, and update all example scripts to use the implementations directly from SymPy to avoid having duplicate implementations.