Skip to content

Commit

Permalink
Fix incorrect function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidevd committed Feb 8, 2015
1 parent 65e7ea5 commit c89604f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhht/utils.py
Expand Up @@ -51,7 +51,7 @@ def plot_imfs(imfs, shape=None):
plt.show()


def extr(self, x):
def extr(x):
""" Extracts the indices of the extrema and zero crossings. """
# FIXME: This doesn't have to be a method here.
m = x.shape[0]
Expand Down

0 comments on commit c89604f

Please sign in to comment.