-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force reshape tiff data by the adapter (#797)
* ENH: force reshape tiff data if any unitary dimensions are added/missing * MNT: fix doctring format * MNT: fix a small bug * MNT: fix a small bug * TST: tests for tiff reshaping * MNT: add changelog entry * MNT: lint * MNT: fix comment * MNT: move helper funcions to utils * ENH: use ndindex instead of a custom function * MNT: lint * MNT: refactor to avoid importing numpy in utils --------- Co-authored-by: Dan Allan <[email protected]>
- Loading branch information
1 parent
c1ff4c9
commit 3428632
Showing
4 changed files
with
88 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters