-
Notifications
You must be signed in to change notification settings - Fork 138
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
MAINT remove calibrate_scattering_filters
#850
Conversation
calibrate_scattering_filters
calibrate_scattering_filters
calibrate_scattering_filters
calibrate_scattering_filters
Codecov Report
@@ Coverage Diff @@
## dev #850 +/- ##
==========================================
- Coverage 88.05% 88.01% -0.04%
==========================================
Files 64 64
Lines 2311 2312 +1
==========================================
Hits 2035 2035
- Misses 276 277 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
calibrate_scattering_filters
calibrate_scattering_filters
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.
LGTM
* move Q check to ScatteringBase1D.build * remove one call to calibrate_scattering_filters * write test_Q * sigma_min = sigma0 / math.pow(2, J_scattering) * update compute_meta_scattering prototype * update precompute_size_scattering prototype * remove calibrate_scattering_filters
Fix #849
Another PR with more deletions than additions.
This PR adds some new input arguments to
precompute_size_scattering
andcompute_meta_scattering
but i have a plan on how to remove them later while maintaining backwards compatibility. (#851)