Skip to content
Snippets Groups Projects
Commit ea5b544e authored by macondiano4ever's avatar macondiano4ever
Browse files

Update setup

parent e3697d29
No related branches found
No related tags found
No related merge requests found
import denoising
import denoising.outliers
......@@ -2,7 +2,7 @@ import math
import numpy as np
import pywt
from denoising import wavelets
from typing import Literal
# from typing import Literal
......@@ -49,8 +49,8 @@ def apply_delta_relative_threshold(dataset, reftst, threshold):
def get_wavelet_spikes(signal: np.array, sfr, wid: np.array, L: float,
wname: Literal['bior1.5','bior1.3','sym2','db2','haar'],
option:Literal['drop', 'reset']='reset'):
wname, #: Literal['bior1.5','bior1.3','sym2','db2','haar'],
option='reset'):#:Literal['drop', 'reset']='reset'):
# Number of time samples
nt = signal.shape[1]
# Make sure signal is zero-mean
......
numpy
pandas
pywavelets==1.4.1
# pywavelets==1.4.1
pywavelets
scipy
......@@ -30,7 +30,8 @@ author='Islen Vallejo-Henao',
license='',
packages=['denoising'],
python_requires='>=3.7',
install_requires=['numpy', 'pandas', 'pywavelets==1.4.1', 'scipy'],
# install_requires=['numpy', 'pandas', 'pywavelets==1.4.1', 'scipy'],
install_requires=['numpy', 'pandas', 'pywavelets', 'scipy'],
include_package_data=True,
# Include any .json and .yml in the package !!!
package_data={'': ['*.json', '*.yml', '*.yaml']},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment