Open Citronnade opened 6 years ago
Thanks for the report. I know @tkf was working on some PyDSTool updates, I wonder if he knows something about this.
Possibly due to n*(n-1)/2 being a float?
Yea, my guess is the same.
I sent a PR a while ago for fixing the integer divisions to make PyCont work with Python 3 https://github.com/robclewley/pydstool/pull/125
I'm having the same problem.
Hardware: Linux Mint 18.1 64-bit. System python: 3.6.2 (Anaconda). Julia 0.6.2.
Stack trace:
Switching PyCall to use Conda's Python installation (2.7) works. Running PyDSTool directly using the same Python (Anaconda Python 3) also works--just Julia with system Python doesn't.
Somewhat relevant post on the PyDSTool forums (not sure if it's the same problem or not): https://sourceforge.net/p/pydstool/discussion/472291/thread/30b4c876/
Possibly due to n*(n-1)/2 being a float?