You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When (accidentally) calling fft on an array with one dimension having shape=0, mkl_fft gives a somewhat cryptic error wheras numpy.fft.fft (with no mkl) returns a sensibly shaped array.
When (accidentally) calling
fft
on an array with one dimension having shape=0, mkl_fft gives a somewhat cryptic error wheras numpy.fft.fft (with no mkl) returns a sensibly shaped array.with numpy from conda (uses mkl_fft)
with numpy from pip
Conda list
Similar things happen for
rfft
,fft2
, etc.The text was updated successfully, but these errors were encountered: