Closed apmypb closed 1 month ago
Can you please also include code examples in this PR?
What exactly do you mean by examples? Each filters has code examples in their docs Or do you want unit tests?
A test for each new filter would be great!
@apmypb could you make separate source/test files for the separate filters (without code duplication)?
Fine to me. My two comments are:
- Let's move the filters into one file to make the package structure cleaner.
@oschulz you are asking for exactly the opposite as @theHenks ….
Let's move the filters into one file to make the package structure cleaner.
Fine, then let's leave it like this for now, we can deal with the package structure later.
Added filters that could replace Savitzky-Golay and a moving average window filter. I wrote some working examples in the doc strings of the filters. I can add tests if needed