-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply Mask Changes: Multichannel, Allow Depth, Simplify Fill Value (#…
…1230) * allow depth dimension into coordinates for apply mask and incorporate this change into tests * add channel dimension consistency check * modification so that fill value cannot be of type np ndarray * fix fill value incorrect tests * initial logic for broadcast then np logical and reduce; commented out test that currently needs to be refactored * modify apply mask logic * add keep_unmasked_channel logic and tests * make more strict as to input dimensions * use 'a list' instead of 'list' * add 3 cases and user mask subset * add wu-jung's suggestion for large docstring Co-authored-by: Wu-Jung Lee <[email protected]> * add wu-jung's suggestion for channel and dimension wording Co-authored-by: Wu-Jung Lee <[email protected]> * add wu-jung's suggestion for making matching channel dimension wording more precise Co-authored-by: Wu-Jung Lee <[email protected]> --------- Co-authored-by: ctuguinay <[email protected]> Co-authored-by: Wu-Jung Lee <[email protected]>
- Loading branch information
1 parent
63267dd
commit 646759e
Showing
2 changed files
with
270 additions
and
104 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
Oops, something went wrong.