Skip to content

Commit

Permalink
remove scipy alias to numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLecocq committed Feb 7, 2024
1 parent 2e16215 commit cb1032b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msnoise/stretch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

from .api import *
from scipy import asarray as ar
from numpy import asarray as ar
from scipy.optimize import curve_fit
from scipy.ndimage import map_coordinates

Expand Down

0 comments on commit cb1032b

Please sign in to comment.