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 taper processing method #154

Merged
merged 5 commits into from
Jun 3, 2023
Merged

Add taper processing method #154

merged 5 commits into from
Jun 3, 2023

Conversation

d-chambers
Copy link
Contributor

@d-chambers d-chambers commented Jun 3, 2023

Description

This PR adds Patch.taper and its associated docs.

Checklist

I have (if applicable):

  • referenced the GitHub issue this PR closes.
  • documented the new feature with docstrings or appropriate doc page.
  • included a test. See testing guidelines.
  • your name has been added to the contributors page (docs/contributors.md).
  • added the "ready_for_review" tag once the PR is ready to be reviewed.

@d-chambers d-chambers added the proc Related to processing module label Jun 3, 2023
@codecov
Copy link

codecov bot commented Jun 3, 2023

Codecov Report

Merging #154 (2ddeb65) into master (a4bf51d) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
+ Coverage   96.57%   96.63%   +0.06%     
==========================================
  Files          54       55       +1     
  Lines        3415     3476      +61     
==========================================
+ Hits         3298     3359      +61     
  Misses        117      117              
Flag Coverage Δ
unittests 96.63% <100.00%> (+0.06%) ⬆️

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

Impacted Files Coverage Δ
dascore/examples.py 100.00% <ø> (ø)
dascore/core/patch.py 98.38% <100.00%> (+0.01%) ⬆️
dascore/proc/__init__.py 100.00% <100.00%> (ø)
dascore/proc/taper.py 100.00% <100.00%> (ø)
dascore/utils/misc.py 97.67% <100.00%> (+0.05%) ⬆️

@d-chambers d-chambers merged commit 61c5865 into master Jun 3, 2023
@d-chambers d-chambers deleted the taper branch June 3, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proc Related to processing module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant