pydstool
pydstool copied to clipboard
Issue #101: Fix MorrisLecar examples
The function name "tau" collides with "math.tau", which ultimately leads to a TypeError: 'float' object is not callable. This fix renames "tau" to "tauw".