-
Notifications
You must be signed in to change notification settings - Fork 14
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
Preproc hilbert + rectification + FIRWS tests #264
Merged
Merged
Conversation
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
Changes to be committed: modified: syncopy/preproc/compRoutines.py modified: syncopy/preproc/preprocessing.py
- probably not the best idea.. Changes to be committed: modified: syncopy/preproc/preprocessing.py
Merge Preproc tests into rectify/hilbert branch
- new flag `rectify` for the preprocessing frontend Changes to be committed: modified: syncopy/preproc/compRoutines.py modified: syncopy/preproc/preprocessing.py
- supports all output types of FT Changes to be committed: modified: syncopy/preproc/compRoutines.py modified: syncopy/preproc/preprocessing.py
Changes to be committed: modified: syncopy/preproc/preprocessing.py
Update from Preproc tests
- after butterworth filtering
- we should also make sure, that such try/except blocks really do reach the exception.. Changes to be committed: modified: syncopy/tests/test_preproc.py
- test_but_kwargs now tests for all 3 cases for the order parameter Changes to be committed: modified: syncopy/tests/test_preproc.py
Preproc tests
- mostly recycled Butterworth tests for firws Changes to be committed: modified: syncopy/preproc/compRoutines.py modified: syncopy/tests/test_preproc.py
- locally an accuracy of 1e-12 was no problem, not sure what is happening but maybe this helps
pantaray
reviewed
Apr 11, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice feature addition and clever use of "nested" computeFunction calls.
- capitalized Hilbert On branch preproc-hilbertrect Changes to be committed: modified: syncopy/preproc/compRoutines.py modified: syncopy/preproc/preprocessing.py
…copy into preproc-hilbertrect
Good to merge from my end! |
- even though we have extremely good precision with Mukesh' input now, the convergence for our own test data got worse :/ Changes to be committed: modified: syncopy/nwanalysis/wilson_sf.py modified: syncopy/tests/backend/test_conn.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Author Guidelines
Reviewer Checklist