Skip to content
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

BUG: use integer division where appropriate #308

Merged
merged 1 commit into from
Jul 8, 2016

Conversation

efiring
Copy link
Member

@efiring efiring commented Jul 8, 2016

There are a few places where it is obvious that integer division is needed, and the 2to3 tool can't take care of them. I tripped over one via a warning from numpy about non-integer indexing, and scanned __init__.py to find others.

@WeatherGod WeatherGod merged commit a6926ae into matplotlib:master Jul 8, 2016
@WeatherGod
Copy link
Member

Thanks! I was meaning to fix those up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants