mhostetter / sdr

A Python package for software-defined radio
https://mhostetter.github.io/sdr/
MIT License
36 stars 4 forks source link

Clean up filter design functions #418

Closed mhostetter closed 1 month ago

mhostetter commented 1 month ago
codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 88.57143% with 4 lines in your changes missing coverage. Please review.

Project coverage is 81.49%. Comparing base (53e7731) to head (9c1a05b).

Files Patch % Lines
src/sdr/_filter/_polyphase.py 70.00% 3 Missing :warning:
src/sdr/_filter/_delay.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/0.0.x #418 +/- ## ================================================= + Coverage 81.33% 81.49% +0.15% ================================================= Files 63 63 Lines 3798 3771 -27 ================================================= - Hits 3089 3073 -16 + Misses 709 698 -11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.