Skip to content
#

numba

Here are 129 public repositories matching this topic...

OrbitalMechanic
OrbitalMechanic commented May 4, 2020

I'm attempting to run the example posted on the GitHub page for diffeqpy. I've installed diffeqpy successfully on a Mac Pro (2019) running Mac OS X 10.15.4 (Catalina). I'm running the Anaconda distribution for Python ver. 3.7.6.

The code I'm running is the following:

#!/Users/user/opt/anaconda3/bin/python
from diffeqpy import de

def f(u,p,t):
    return -u

u0 = 0.5
tspan = (0.,
jpivarski
jpivarski commented Mar 29, 2020

And it should probably become a C++ method. It was only implemented in Python because we needed it right away to support Pandas. (That's also why it doesn't have an axis parameter—it's a bare minimum.)

Also, none of the "na" functions recognize floating-point nan as the same thing as None. Pandas seems to be trying to get away from that misidentification, but maybe there are specialized n

transonic

Improve this page

Add a description, image, and links to the numba topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the numba topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.