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

Bug/fix slide bounds in TiffFile #196

Merged
merged 13 commits into from
Nov 20, 2023
Merged

Bug/fix slide bounds in TiffFile #196

merged 13 commits into from
Nov 20, 2023

Conversation

jonasteuwen
Copy link
Contributor

The TiffFile had the axis swapped (height, width) instead of width, height. This fixes #187.

Also took the opportunity to change a few stylistic things.

@jonasteuwen jonasteuwen added the bug Something isn't working label Nov 18, 2023
@jonasteuwen jonasteuwen added this to the v0.3.32 milestone Nov 18, 2023
@jonasteuwen
Copy link
Contributor Author

jonasteuwen commented Nov 20, 2023 via email

@jonasteuwen
Copy link
Contributor Author

jonasteuwen commented Nov 20, 2023 via email

@jonasteuwen
Copy link
Contributor Author

jonasteuwen commented Nov 20, 2023 via email

@jonasteuwen
Copy link
Contributor Author

jonasteuwen commented Nov 20, 2023 via email

sinberlin2
sinberlin2 previously approved these changes Nov 20, 2023
Copy link

@sinberlin2 sinberlin2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tests work. I added minor comments about naming.

@jonasteuwen jonasteuwen merged commit ba349a8 into main Nov 20, 2023
8 checks passed
@jonasteuwen jonasteuwen deleted the bug/fix-slide-bounds branch November 20, 2023 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Axes swapped when using Image backend TIFFfile
2 participants