Skip to content

Commit

Permalink
Fixed EEMD dependancy on EMD
Browse files Browse the repository at this point in the history
  • Loading branch information
laszukdawid committed Apr 19, 2017
1 parent 2b863ae commit d4cdaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyEMD/EEMD.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class EEMD:
def __init__(self):

# Import libraries
from EMD_good_corr import EMD
from EMD import EMD

# Declare constants
self.stdThreshold = 0.5
Expand Down

0 comments on commit d4cdaac

Please sign in to comment.