You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docstring for operations.filter_physio is wrong
Expected Behavior
The type of cutoffs should be "float or list" rather than "int or list"
The documentation describes the cutoff frequency arguments as integers, when they should actually be floats.
Actual Behavior
The description of cutoffs says the type is "int or list", it should be "float or list". This is only cosmetic. You can pass floats to cutoff, and they work as expected.
Steps to Reproduce the Problem
1.
2.
3.
Specifications
- Python version:
- peakdet version:
- Platform:
Possible solution
Fix the docstring
The text was updated successfully, but these errors were encountered:
The docstring for operations.filter_physio is wrong
Expected Behavior
The type of cutoffs should be "float or list" rather than "int or list"
The documentation describes the cutoff frequency arguments as integers, when they should actually be floats.
Actual Behavior
The description of cutoffs says the type is "int or list", it should be "float or list". This is only cosmetic. You can pass floats to cutoff, and they work as expected.
Steps to Reproduce the Problem
Specifications
Possible solution
Fix the docstring
The text was updated successfully, but these errors were encountered: