We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tifffile
It seems like recent tifffile versions lead to to_tiff not writing images with the correct dimension.
to_tiff
A reproducible example is added by extending the unittest to check for the correct image dimensions:
https://github.com/votti/xtiff/blob/799fe2fa5f6337030c63fdb5064f59bea6e7ddc0/tests/test_tiff.py#L25-L26
This failfs for tifffile-2024.9.20 but works for tifffile-2023.4.12.
tifffile-2024.9.20
tifffile-2023.4.12
Likely this causes the issue reported here: BodenmillerGroup/ImcSegmentationPipeline#144 (comment)
A workaround would be to explicitly pin the tifffile version
The text was updated successfully, but these errors were encountered:
Pin tifffile version
306ac15
More recent versions do not write the correct dimensions as discussed in issue BodenmillerGroup#24
0fb53bd
No branches or pull requests
It seems like recent tifffile versions lead to
to_tiff
not writing images with the correct dimension.A reproducible example is added by extending the unittest to check for the correct image dimensions:
https://github.com/votti/xtiff/blob/799fe2fa5f6337030c63fdb5064f59bea6e7ddc0/tests/test_tiff.py#L25-L26
This failfs for
tifffile-2024.9.20
but works fortifffile-2023.4.12
.Likely this causes the issue reported here: BodenmillerGroup/ImcSegmentationPipeline#144 (comment)
A workaround would be to explicitly pin the
tifffile
versionThe text was updated successfully, but these errors were encountered: