-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add rotate function (2D and 3D) * rotate doc * rotate ND support * newline at EOF * rotate tests * list functions * rotate tests * rotate doc and temporary fix for tests * include output_shape parameter * rotate: warning if both reshape and output_shape provided * Reformat docstring, remove whitespace & commented code line * rotate: add chunking when not explicitely demanded (suggested by @gcaria) * test_rotate: fix CI error * test_rotate: complete coverage * test_rotate: fix tests * complete parameters * rotate: clean duplicate code * rotate: clean code, fix tests * rotate: fix comparison bug * test_rotate: fix warning tests * rotate: formatted docstring and adapted axes type checking to scipy * rotate: Removed output and output_shape arguments. Updating tests is WIP * Outsourced nonspecific arguments to affine_transform and adapted tests. Improved docstring. Modified prefilter test in rotate (and removed one for affine_transform which was testing for an unrelated UserWarning) * Optimized imports --------- Co-authored-by: Martin Schorb <[email protected]> Co-authored-by: Genevieve Buckley <[email protected]> Co-authored-by: Marvin Albert <[email protected]>
- Loading branch information
1 parent
d241e7a
commit 849955a
Showing
4 changed files
with
412 additions
and
10 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
Oops, something went wrong.