Jason K. Moore
Jason K. Moore
Just moving this file that was in `pydy/codegen/tests/whipple.py` to a new branch since it doesn't quite work. - [ ] There are no merge conflicts. - [ ] A figure...
Currently get these: ``` /home/moorepants/src/pydy-two/docs/index.rst:10: WARNING: toctree contains reference to nonexisting document 'api' /home/moorepants/src/pydy-two/docs/install.rst:62: WARNING: Unknown target name: "numpy". /home/moorepants/src/pydy-two/docs/install.rst:63: WARNING: Unknown target name: "scipy". /home/moorepants/src/pydy-two/docs/install.rst:64: WARNING: Unknown target name:...
I got caught for a while because I passed in (x, t, p, r) instead of (x, t, r, p). I didn't put any checking in rhs for performance reasons...
Currently, explicit functions of time in the EoMs will not work with the ode function generators. For now, you must define any explicit functions of time as generic specifieds and...
If you create a custom numeric function to compute a specified it currently has a function signature `my_func(x, t)`. This should include the constants too: `def my_func(x, t, p)`.
Sets are extremely annoying to work with and they don't really offer anything for System.constants_symbols, specifieds_symbols, etc. I'm tire of typing list(sys.constants_symbols) all the time. I think this should be...
Multiple students in the UCD MAE 223 classes reported that when they tried to use the torus shape that it only displayed as a hexagon. The hunch is that the...
See: https://scipy.github.io/devdocs/tutorial/integrate.html#faster-integration-using-low-level-callback-functions This could add speedup to our code generators.
This likely means that PyDy will break with the release. We need to try it out and fix bugs. I'm getting tired of how horrible the ipython project is at...
Please edit below based on the type of PR. It is then the duty of reviewers to check off the items as they are completed. If any questions are not...