A bit different. I grabbed the latest version which after looking through files noted that scipy issue was fixed. So I did (in anaconda...) pip install git+https://github.com/robclewley/pydstool.git and it works fine. Clas Clas A. Jacobson1010 Horizon WayCT 06084 860 783 0074 (home) jacobsonclas@sbcglobal.net On Friday, April 26, 2019, 5:40:37 AM EDT, Mohammadreza Dorvash <dorvashmr@users.sourceforge.net> wrote: Hi, I have the same problem you encountered a few days ago. I installed PyDSTool and...
A bit different. I grabbed the latest version which after looking through files noted that scipy issue was fixed. So I did (in anaconda...) pip install git+https://github.com/robclewley/pydstool.git and it works fine. "Works fine." I cannot get the Radau integrators to work. I looked at all the old posts that I could find and nothing seemed to to indicate how to fix this. I'm running this under Ubuntu 18.04 in Anaconda. The Dopri sorta work. I run them and they fail. I then move the .so files from...
ok. I installed the "beta" version from github and it works...
Hmmm.... I just installed PyDSTool on Anaconda. I get the following odd error message... In [1]: from PyDSTool import * RuntimeError Traceback (most recent call last) <ipython-input-1-bc4dc4d8a139> in <module> ----> 1 from PyDSTool import *</module></ipython-input-1-bc4dc4d8a139> ~/anaconda3/envs/test/lib/python3.6/site-packages/PyDSTool/init.py in <module> 74 assert len(vernums) > 0 75 if vernums[1] < 5: ---> 76 raise RuntimeError("SciPy v0.5.1 or above is required") 77 del digits, vernums, temp_str...
Everything is working (very) well in PyDSTool (and PyCont). From a PyCont class I want to extract the actual points - how do I do this? PyCont['EQ1'].sol has the parameter for continuation and two states...i want to get and save all three of these in the workspace...?
Everything is working (very) well in PyDSTool (and PyCont). From a PyCont class I want to extract the actual points - how do I do this? PyCont['EQ1'].sol has the parameter for continuation and two states...i want to get and save all three of these in the workspace...?
Ok. I tried to use swig 2.0. Did not work. I get the following set of error messages that I cannot (yet) decode...any help would be (much) appreciated. clasajacobson@clasajacobson-Oryx-Pro:~/Downloads/pydstool-master/examples$ python3 Dopri_backwards_test.py Present limitation of Python: Cannot rebuild library without exiting Python and deleting the shared library /home/clasajacobson/Downloads/pydstool-master/examples/_dop853_my_ode_vf.so by hand! If you made any changes to the system you should...
I should have added that I am using SWIG 3 (now).