Jason K. Moore

Results 1406 comments of Jason K. Moore

Did you check the error messages?

When I check the error message it tells me exactly what the problem is: ``` Extension error: Cell raised uncaught exception: --------------------------------------------------------------------------- TypeError Traceback (most recent call last) File ~/work/pydy/pydy/pydy/codegen/ode_function_generators.py:1061,...

Switching to cython or lambdify is the quickest fix. Otherwise symjit needs to be added to the docs build configuration.

#530 adds symjit support (but only the basic function evaluation, not the ODE specific features).

You'll have to look into the symjit documentation for them.

Ok, so maybe something like: ``` parse_autolev(al_code, lower_case=True) ``` Gonna add "easy to fix" on this one. Might be good PR for a newcomer.

The files are in `sympy/parsing/autolev`. @NikhilPappu can point you more directly to the relevant files.

You don't need to ask if you can work on the issue. Just say you are and do it.

@conda-forge/help-python this is ready for review, thanks.

ping @conda-forge/help-python this one should need minimal review, just two noarch packages with nothing complex.