Jason K. Moore
Jason K. Moore
> > > I had forgotten, Timo told me again. Should this be explained? > > > > > > You could explain that in the Problem documentation. > >...
Doesn't look like a canned playback button is available in pyvista: https://github.com/pyvista/pyvista/issues/4402
``` conda install trame trame-vtk trame-vuetify ``` for notebook support
Not clear if this works with jupyter-sphinx: 
This also seems to be present on Windows, not Linux.
Error from the file: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) File c:\Users\Peter\anaconda3\envs\sympy-dev\Lib\site-packages\pydy\codegen\ode_function_generators.py:907, in generate_ode_function(*args, **kwargs) 905 try: 906 # See if user passed in a custom class. -->...
From https://stackoverflow.com/a/26065595: >Math Constants are not defined in Standard C/C++. To use them, you must first define _USE_MATH_DEFINES and then include cmath or math.h.
Fixed in opty with: https://github.com/csu-hmc/opty/blob/master/opty/utils.py#L759
If you want to integrate stiff equations you'll need to learn about different numerical integrators and their options. PyDy defaults to LSODA which is a good general purpose integrator with...
Yes, it is possible that the model doesn't stay stationary, but it would be due to truncation error and floating point arithmetic errors. The integrator's tolerances can be lowered to...