-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Subset callable using multiple variables (#361)
* sevaral variables can be passed to the callable returning the mask * add some examples. update typings. * add raise TypeError * consistent typing. add unit tests * minor changes * docstring edits * refactor and add tests. revert np.all. small updates to the docstring * docstring edits * Added one Exception to validate all variable share the same dimension * bump version * Update pyproject.toml Add myself as an author for conda forge invite * black v24 --------- Co-authored-by: Vadim Bertrand <vadim.bertrand@univ-grenoble-alpes.fr> Co-authored-by: Philippe Miron <philippe.miron@dtn.com> Co-authored-by: Shane Elipot <selipot@miami.edu> Co-authored-by: Kevin Santana <kevinsantana11@gmail.com>
- Loading branch information
1 parent
2dd835c
commit 33103dc
Showing
3 changed files
with
104 additions
and
25 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