Skip to content
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

add missing float cast check #2502

Closed
wants to merge 1 commit into from

Conversation

randyridge
Copy link
Contributor

@randyridge
Copy link
Contributor Author

It's unclear to me if the failing test "TIFF deflate compression with float predictor shrinks test file" should in fact be shrinking with this change. There's not a corresponding test related to the float predictor outputting to a buffer for comparison...

@lovell
Copy link
Owner

lovell commented Dec 30, 2020

Thank you for the PR, I agree that the test that has started failing with this change is wrong.

Given the input is integral, use of the float predictor and therefore a cast to floating point values will probably result in a larger file.

Shall we refactor this test as something more like "TIFF deflate compression of integral input with float predictor increases file size"?

@lovell
Copy link
Owner

lovell commented Jan 26, 2021

Landed via commit 0bb8cb9 - thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants