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.