Skip to content
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

make suppression factors and eigenval cutoff options optional. #131

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aewallwi
Copy link
Collaborator

Make the suppression_factors arg in dayenu_filter and _fit_basis_2d/1d optional and also pass tol as an optional arg to these functions. if supression_factors is not provided, then use tol to set the same suppression factors in all fourier windows specified in filter_centers and filter_half_widths.

Also make the eigenval_cutoff and other series termination args in dpss_operator optional. If no cutoff is provided, use a cutoff of 1e-12 for all filter_centers and filter_half_widths.

@aewallwi aewallwi marked this pull request as draft June 11, 2021 06:04
@codecov
Copy link

codecov bot commented Jun 11, 2021

Codecov Report

Merging #131 (379f9ee) into main (551b0da) will decrease coverage by 0.33%.
The diff coverage is 77.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #131      +/-   ##
==========================================
- Coverage   87.81%   87.48%   -0.34%     
==========================================
  Files           7        7              
  Lines        1502     1518      +16     
==========================================
+ Hits         1319     1328       +9     
- Misses        183      190       +7     
Flag Coverage Δ
unittests 87.48% <77.41%> (-0.34%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
uvtools/dspec.py 97.00% <77.41%> (-0.77%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 551b0da...379f9ee. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant