-
Notifications
You must be signed in to change notification settings - Fork 20
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
Test failure with Pillow 9.4 #82
Comments
Looking at Compare against the https://github.com/pytroll/pycoast/blob/main/pycoast/tests/grid_germ.png You'll notice the "10E" labels move over about 1 (maybe 2) pixels to the right. |
So print statements show that the inputs into PIL's I hacked in some code to say "if it is the 10E label then move the x coordinate over 1 pixel" and the tests pass. Now I need to figure out if this is expected in Pillow now (a fix) or a regression. |
Adding:
in |
Thanks @djhoese , very interesting finding! |
sounds good, thanks for digging into this! |
Code Sample, a minimal, complete, and verifiable piece of code
Problem description
After the update of Pillow to v9.4 (from v9.3) one of the tests fails.
The test has been detected on debian/sid but it is also reproducible in conda environments.
This issue seems not to be related to #57 because the output of the
textsize
function seems to be the same before and after the update to the new Pillow version.See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028040
Expected Output
All tests pass.
Actual Result, Traceback if applicable
Versions of Python, package at hand and relevant dependencies
Python 3.11
Pillow 9.4
The text was updated successfully, but these errors were encountered: