pydstool
pydstool copied to clipboard
PyDSTool main development repo
Hello! First of all, thanks for the great work. I'm having trouble serializing cont objects, I know its a difficult thing, but I was able to do it one and...
Hello. I have a 2D system of ODEs and I am trying to plot the nullclines to then vary my model parameters and plot the effects based on the Zero-crossing...
- removed some python3 incompatible statements. - Fixed some test scripts. - python3 does not accept float as index. Converted indices to int in many places. - Minor tweaks to...
Hello I installed PyDSTool on Windows 10 with 64 bits. I have Anaconda3/64-bit and Python 3.7. PyDSTool installation was done using pip: pip install git+https://github.com/robclewley/pydstool.git Before installing PyDSTool, I installed...
Hi everyone, I am having trouble with running the Example Tests. It seems like a lot of tests are broken for me. I am using Anaconda with Python 3.6.12, PyDSTool...
Combines changes from https://github.com/robclewley/pydstool/pull/151 and outstanding changes from https://github.com/robclewley/pydstool/pull/133. Could @z2v please review the travis changes, as I'm not familiar with the logic of the settings?
Hi there, and thanks again for this amazing package. I have trouble using a custom function, and I have this error which I don't know how to handle. My system...
Is it possible to run the HH model with a pulse shaped current injection and what would be the syntax for doing that? I am thinking it might be possible...
Hello, I'm trying to run the [CompNeuro tutorial file](https://github.com/robclewley/pydstool/blob/master/examples/Tutorial_compneuro.py) but with either the Dopri or Radau ODE solvers and have been having some difficulty. It works fine with Vode but...