Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wavelets_pytorch/wavelets.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import scipy.signal
import scipy.optimize
import scipy.special
from scipy.misc import factorial
from scipy.special import factorial

__all__ = ['Morlet', 'Paul', 'DOG', 'Ricker', 'Marr', 'Mexican_hat']

Expand Down Expand Up @@ -380,4 +380,4 @@ def __init__(self):

# aliases for DOG2
Marr = Ricker
Mexican_hat = Ricker
Mexican_hat = Ricker