-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
TriAnalyzer.scale_factors() has mismatched boolean indexes #4999
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
Comments
attn: @GBillotey |
@WeatherGod: Thanks for reporting this. Bug confirmed using numpy 1.10.0b1; trivial fix on its way. |
This was referenced Sep 14, 2015
@ianthomas23 @WeatherGod Is this fully fixed? |
Should be, now that the two PRs are in. If there are other sources of this bug in the tri module, I wouldn't know and the tests aren't picking up on it using numpy 1.10. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testing matplotlib master with numpy 1.10rc1 revealed some possible bugs in matplotlib through deprecation warnings. One set of warnings comes from the triangulation library:
Indeed, adding a check in scale_factors() and running the triangulation test suite reveals:
The test in question:
@ianthomas23 , git blame tells me that you didn't write tritools.py, but perhaps you have some insights? Looks like it was introduced in cd45a80
The text was updated successfully, but these errors were encountered: