-
Notifications
You must be signed in to change notification settings - Fork 110
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
Filter Damper class #123
Filter Damper class #123
Conversation
Codecov Report
@@ Coverage Diff @@
## update-0.3.0 #123 +/- ##
================================================
+ Coverage 87.32% 87.41% +0.09%
================================================
Files 44 44
Lines 2619 2639 +20
Branches 353 355 +2
================================================
+ Hits 2287 2307 +20
Misses 310 310
Partials 22 22
Continue to review full report at Codecov.
|
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
Co-authored-by: Seung Hyun Kim <skim0119@gmail.com>
Co-authored-by: Seung Hyun Kim <skim0119@gmail.com>
Co-authored-by: Arman Tekinalp <53585636+armantekinalp@users.noreply.github.com>
Co-authored-by: Arman Tekinalp <53585636+armantekinalp@users.noreply.github.com>
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. Good work!
Fixes #119, by adding a
FilterDamper
class. @armantekinalp feel free to edit at places (docs, specifically notes) as you see fit.