-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* set mergesort as default and disable unstable kinds * add unittest * formatting * formatting * change name to sort_enforcement * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * break long error messages * keep the original sorting in numpy * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * reemove unused import * always use stablesort * add numba-supported version of stableargsort * use better naming for stablesort * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * use jitable to allow both regular function and numba-decorated function for highest_density_region * remove redundant numba_sort * explicitly import stablesort from strax for numba decorated functions * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * consistent import style within one module * remove unused import * add sorting error * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * disable numba support for stable_sort * consistent import style for stable sort * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add kwargs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * modify docstring for stable_sort * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove kwargs * update variable name * update test_sort with hypothesis * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * rewrite hithest_density_region to decoupld stable_sort from numba part * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove unused import * break long lines * remove numba decorator for the main function * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix typo * rewrite hitlets to use non-numba HDR region * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * format hitlets.py * unify growing_result import to fix mypy error * remove redundant space * Remove unnecessary indent --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: dachengx <[email protected]>
- Loading branch information
1 parent
c3dd2e1
commit 8489aa2
Showing
14 changed files
with
356 additions
and
152 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
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.