-
Notifications
You must be signed in to change notification settings - Fork 139
Removed redundant default value for alpha #814
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
Removed redundant default value for alpha #814
Conversation
@janden how can i restart this CI so that we retry the build on Jenkins? |
d45ac7e
to
d6f7816
Compare
I have rebased this on top of the new dev, so the CI should be working again. |
@MarcusHaggbom Remind me again what |
Codecov Report
@@ Coverage Diff @@
## dev #814 +/- ##
=======================================
Coverage 88.03% 88.03%
=======================================
Files 64 64
Lines 2323 2323
=======================================
Hits 2045 2045
Misses 278 278
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Alpha works as a parameter on how much aliasing error is tolerated when subsampling, and hence affects the number of "allowed" dyadic subsamplings for a wavelet.
|
ready to merge |
@MuawizChaudhary merge ? |
Co-authored-by: Marcus <haggbo@kth.se>
Backwards compatible
No new functionality
Note! Test function was modified to use a value of alpha=5.
Removed default value for alpha parameter everywhere in filter_bank.py except factory function (scattering_filter_factory). This way the value of alpha is set once, avoiding a possible override of this value by the default.