-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix file position desync when calling into libtiff #8560
base: main
Are you sure you want to change the base?
Conversation
Tests/test_libtiff_file_position.py
Outdated
[ | ||
"Tests/images/old-style-jpeg-compression-no-samplesperpixel.tif", | ||
"Tests/images/old-style-jpeg-compression.tif", | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there anything different between these two files that means that one might conceivably fail where the other wouldn't? Or are you just testing two to be thorough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, these were just the files that reproduced the issue
Co-authored-by: Andrew Murray <[email protected]>
Moved test
Fixes #8559
Changes proposed in this pull request: