pydstool icon indicating copy to clipboard operation
pydstool copied to clipboard

PyDSTool main development repo

Results 52 pydstool issues
Sort by recently updated
recently updated
newest added

Dear all, not sure it is a bug or I am doing something wrong. But while trying to play a bit with the parameters for LC-C curves, as soon as...

bug

PyCont_Catalytic2.py hasn't been added to the repository yet. Only on my local machine.

bug

I think this can be fixed with only one character added, but I want to check the rest of the code to make sure implementation still makes sense.

bug

Add an NS (Neutral Saddle) "bifurcation" type to equilibrium point curves. Change continuation of "Hopf" curves so that Hopf and NS are in different shades of blue (or NS dotted...

enhancement

PyCont['FO1'].plot still has all curves in it, so currently can't turn off labels and points for single curves.

enhancement
question

Throws an exception when trying to plot with stability=True

bug

It would be nice to use the point previous and continue from there once numerical parameters have been adjusted. This is tricky with LC-C, however, as AUTO doesn't necessarily store...

enhancement

More than an issue this is a question. Is complex variable support planned? I ask because the systems I'm working with are kind of hard to decouple into real/imaginary or...

enhancement
question

`EvMapping` object from PyDSTool/ModelTools.py defines `__cmp__` method. This method returns `True` or `False`. That contradicts to Python 2 demands ([Python 2 data model](https://docs.python.org/2/reference/datamodel.html#object.__cmp__) - method must return integer, and 0...

bug