-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken examples #101
Comments
It seems, the problem is that these examples use |
So can the examples be fixed by just changing the names of the variables? |
Surely. The only thing to consider is that examples use a bunch of such variables ( |
I was trying a new way to organize the special names from scipy.special, and I put them in the "global" namespace of the vector field definition, rather than requiring them to be written |
Broken examples at 3dbc42c when running on Python 3.6.6:
|
Yes, I am noticing the same thing with PyCont_MorrisLecar_TypeI.py. The error is
|
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".
These examples are broken on current
master
:Git bisect points to commit 450c9f3.
The text was updated successfully, but these errors were encountered: