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 4096d9e commit 2e16215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msnoise/stretch2.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

import scipy.fft as sf
from scipy.fft import next_fast_len
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 2e16215

Please sign in to comment.