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

hatch.py could use some integer vs. float division clarification #3290

Closed
argriffing opened this issue Jul 23, 2014 · 2 comments
Closed

hatch.py could use some integer vs. float division clarification #3290

argriffing opened this issue Jul 23, 2014 · 2 comments
Milestone

Comments

@argriffing
Copy link

I'm not brave enough to try figuring out which variables are actually supposed to be integers, especially because it's graphics so testing might not be as straightforward, but eventually numpy will balk at float indices. The from __future__ import division is causing many variables in that module to be floats.
https://github.com/matplotlib/matplotlib/blob/v1.4.x/lib/matplotlib/hatch.py

@argriffing
Copy link
Author

Could be fixed in #3241.

@tacaswell tacaswell added this to the v1.4.x milestone Aug 17, 2014
@tacaswell
Copy link
Member

I think this is cleaned up by #3241 as it got everything that was actively complaining.

Please open a new issue if there are specific cases that need to be fixed.

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

No branches or pull requests

2 participants