Change default interpolation to nearest#5416
Change default interpolation to nearest#5416jenshnielsen wants to merge 3 commits intomatplotlib:v2.0.xfrom
Conversation
|
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 |
|
Furthermore a fair number of tests fail due to the change. They don't seem to pickup the classic style |
|
I don't think the test suite has been set up to forcibly use the classic style yet. |
|
Ok the seqfault is genuine thou |
|
I thought this was supposed to set it up to use the classic style https://github.com/matplotlib/matplotlib/blob/v2.0.x/lib/matplotlib/testing/decorators.py#L232 |
|
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 <
|
|
Sorry, I missed that. I was expecting to see that in the cleanup decorator, not the image comparison one. |
|
The segfault is on master too https://travis-ci.org/matplotlib/matplotlib/jobs/89776539 |
dd2cb75 to
7357f1b
Compare
|
rebased to fix the segfault |
Hopefully fixes failures in matplotlib#5416
Hopefully fixes failures in matplotlib#5416
Hopefully fixes failures in matplotlib#5416
Fix failures in matplotlib#5416
Fix failures in matplotlib#5416
Fix failures in matplotlib#5416
Fix failures in matplotlib#5416
|
@mdboom is this folded into your style branch? |
#4622 agains 2.0.x