-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
failing test "test_imresize4 (test_pilutil.TestPILUtil)" of scipy1.4.1 with pillow2.7.0 (on windows) #1074
Comments
This is obviously very bad scipy developers idea to test third-party functionality in it's own unit tests. This is wrong result of bilinear interpolation produced by previous Pillow and PIL version. This is definitely scipy issue, not Pillow. |
I ran across this @ release time and meant to get a PR to scipy. This test has exposed regressions before, so we actually have a copy of it in our tree as well. The comments on the test say that they're testing for the same return value for various different ways of specifying the resize size target. They're just testing against a hardwired (and wrong) array rather than just making sure that Pillow is doing the same thing for different inputs at their end. |
Ok PR sent. |
thanks ! |
It's been merged in Scipy. |
with latest @cgohlke wheelaries for pillow2.7.0 and scipy0.14.1, I have still the issue on windows 64bit python3.4.2 (and also 32bit).... when trying to check if my installation is ok
The text was updated successfully, but these errors were encountered: