Skip to content

Commit

Permalink
refactor: remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
singjc committed Jan 30, 2024
1 parent 70e4477 commit 66d6daf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions massdash/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
## Data Handling

# Data Smoothing
SMOOTHING_TYPES_FULLNAME = {
'No Smoothing': 'none',
'Savitzky-Golay': 'sgolay',
'Gaussian': 'gauss'
}
SMOOTHING_DICT = {'No Smoothing': {'type': 'none'},
'Savitzky-Golay': {'type': 'sgolay', 'sgolay_polynomial_order': 3, 'sgolay_frame_length': 11},
'Gaussian': {'type': 'gauss', 'gaussian_sigma': 2.0, 'gaussian_window': 11}
Expand Down

0 comments on commit 66d6daf

Please sign in to comment.