We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to follow the tutorial here: https://pydstool.github.io/PyDSTool/Tutorial/Tutorial_Calcium.html
However, PyDSTool tries to import int, float, and/or complex throughout the codebase, which is no longer possible in latest version(s) of numpy.
It wasn't until I deleted all instances of numpy imports of int, float, and complex that the first and second code blocks ran.
Second issue: "#plt.hold(True)" is no longer a valid command in matplotlib.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was trying to follow the tutorial here: https://pydstool.github.io/PyDSTool/Tutorial/Tutorial_Calcium.html
However, PyDSTool tries to import int, float, and/or complex throughout the codebase, which is no longer possible in latest version(s) of numpy.
It wasn't until I deleted all instances of numpy imports of int, float, and complex that the first and second code blocks ran.
Second issue: "#plt.hold(True)" is no longer a valid command in matplotlib.
The text was updated successfully, but these errors were encountered: