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

Add smoothing spline #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add smoothing spline #30

wants to merge 2 commits into from

Conversation

f0uriest
Copy link
Owner

Resolves #3

@codecov-commenter
Copy link

codecov-commenter commented Mar 26, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 7.69231% with 24 lines in your changes missing coverage. Please review.

Project coverage is 95.56%. Comparing base (850d846) to head (37cb50a).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
interpax/_ppoly.py 7.69% 24 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
- Coverage   97.92%   95.56%   -2.37%     
==========================================
  Files           7        7              
  Lines         965      991      +26     
==========================================
+ Hits          945      947       +2     
- Misses         20       44      +24     
Files with missing lines Coverage Δ
interpax/__init__.py 100.00% <ø> (ø)
interpax/_fd_derivs.py 99.52% <ø> (ø)
interpax/_ppoly.py 86.48% <7.69%> (-10.46%) ⬇️

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.

Add option for smoothing splines for noisy data
2 participants