-
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
Multiple changes to improve compatiblity with python3 #133
base: master
Are you sure you want to change the base?
Conversation
dilawar
commented
Mar 21, 2018
•
edited
Loading
edited
- 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 some functions for passing plotting arguments such as color, alpha etc esp. in phaseplane.
- scipy 1.x compatible (this is from @tkf ).
option which quiver can accept.
Hi there, this PR seems very useful (I just had to hack the whole scipy part myself). |
@Silmathoron Most changes have been already merged to |
Ok, that's good to hear! I was using the PyPi version so I'll probably just switch to master, thank you |