-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Average 4x faster performance! * wrap njit-decorated function around hot spot to improve performance * improve docstring * Move function to stumpy.core * Add test function * refactored aampi._update_egress * refactored stumpi._update * refactored using newly-created function * Rename function * test top-k feature in test function * use name of parameter when passing value to be more explicit * add comment and new case in the test function * revise test functions * minor enhancement * extra test that causes an error * Fixed error caused by loss of precision * revise test function and improve comments * Revised docstring and comment * Fixed flake8 format * Minor changes * Fixed black format * replace random with np.random
- Loading branch information
1 parent
e271570
commit 692c99c
Showing
4 changed files
with
256 additions
and
78 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