-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Partial collapse of multi-dim string coords: take 2 (#5955)
* add failing tests * pass tests * add and pass bounded tests * simpler bounds loop * consider masked case * whatsnew * consider case when all axes chosen * slicing loops -= 1 * remove dubious check; reorder tests * ruff format * improve apply_along_axis comment * add tests for collapsing 2 dimensions --------- Co-authored-by: stephenworsley <[email protected]>
- Loading branch information
1 parent
5cc6737
commit 44257eb
Showing
3 changed files
with
139 additions
and
12 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