-
Notifications
You must be signed in to change notification settings - Fork 10
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
bugfix/squeeze-extra-dims #32
Conversation
Codecov Report
@@ Coverage Diff @@
## main #32 +/- ##
=======================================
Coverage 83.05% 83.05%
=======================================
Files 5 5
Lines 177 177
=======================================
Hits 147 147
Misses 30 30
Continue to review full report at Codecov.
|
Awesome!
But I think it opened properly. |
Yep. It is simply running through the readers. It tries the OME-TIFF reader and fails but then rolls back to the TIFF reader. No worries. |
Not to nag, but...any idea when this fix may end up in a release? |
If blocking I can release a new patch right now but likely next week. The plan of work is as follows:
So really just waiting on eyes on 1, the CZI install pattern changes. But now that I look at this, nothing is directly holding it up. I could make and release the dep changes now. I will do so now. |
Pull request recommendations:
Resolves #24
Simple fix. xarray provides a squeeze function that also squeezes the dims out too
Tagging @psobolewskiPhD if you are happy with the shape changes reported in the tests please let me know. Will merge and release a new version on Monday.
Thanks for contributing!