-
Notifications
You must be signed in to change notification settings - Fork 26
Whitening Filter Threshold #1125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
daf56ae
Add epsilon arg to PowerFilter.
j-c-c 391005d
Add threshold to whiten function with matlab default.
j-c-c 7990997
Recast ArrayFilter result after scipy workaround upcast occurs.
j-c-c d028e1f
Revert to original threshold of eps(dtype) on PSD.
j-c-c c6810ff
remove comment
j-c-c bf9abbc
set default epsilon inside whiten function.
j-c-c 700c0f2
test PowerFilter argument
j-c-c 340130d
smoke test for whiten epsilon param.
j-c-c 75dfe87
bump scipy version. remove upcast.
j-c-c 8f59c5c
test that whiten safeguard is actually working.
j-c-c 2b4b1d9
use np.testing in suite that failed on arm.
j-c-c 5a4dec3
use np.testing in test_FLEbasis2D.py
j-c-c 240ba13
revert to upcasting.
j-c-c 9ded5a2
update comments
j-c-c 3a1b0c9
remove scipy bump
j-c-c f15cbfc
Revert scipy workaround.
j-c-c 9c6f90d
xfail ArrayFilter test for singles.
j-c-c c244b42
make xfail strict
j-c-c e397c31
remove strict param
j-c-c 622fcde
Use pytest fixtures.
j-c-c 8e02be8
remove unused import
j-c-c File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.