Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
Change default interpolation to nearest#5416
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
jenshnielsen commentedNov 6, 2015
There is something seriously wrong somewhere This causes matplotlib.tests.test_image.test_get_window_extent_for_AxisImage to segfault at least on python 3.5 |
jenshnielsen commentedNov 6, 2015
Furthermore a fair number of tests fail due to the change. They don't seem to pickup the classic style |
mdboom commentedNov 6, 2015
I don't think the test suite has been set up to forcibly use the classic style yet. |
jenshnielsen commentedNov 6, 2015
Ok the seqfault is genuine thou |
jenshnielsen commentedNov 6, 2015
I thought this was supposed to set it up to use the classic stylehttps://github.com/matplotlib/matplotlib/blob/v2.0.x/lib/matplotlib/testing/decorators.py#L232 |
WeatherGod commentedNov 6, 2015
It was set up to use the classic style for any image comparison test. On Fri, Nov 6, 2015 at 9:33 AM, Jens Hedegaard Nielsen <
|
mdboom commentedNov 6, 2015
Sorry, I missed that. I was expecting to see that in the cleanup decorator, not the image comparison one. |
jenshnielsen commentedNov 7, 2015
The segfault is on master toohttps://travis-ci.org/matplotlib/matplotlib/jobs/89776539 |
dd2cb75 to7357f1bComparejenshnielsen commentedNov 8, 2015
rebased to fix the segfault |
Hopefully fixes failures inmatplotlib#5416
Hopefully fixes failures inmatplotlib#5416
Hopefully fixes failures inmatplotlib#5416
Fix failures inmatplotlib#5416
Fix failures inmatplotlib#5416
Fix failures inmatplotlib#5416
Fix failures inmatplotlib#5416
tacaswell commentedDec 19, 2015
@mdboom is this folded into your style branch? |
#4622 agains 2.0.x