import bug
renierlgv opened this issue · 2 comments
renierlgv commented
Hello.
I believe there is an import bug in the "covariance.py" code since fftpack is not an attribute of scipy but a subpackage.
import scipy.fftpack after the scipy import line fixed it for my python/scipy versions.
Regards,
R
hvasbath commented
Please always post the FULL error traceback otherwise we wont be able to help or investigate. Also please post your scipy version together with the kite branch you are working on. Thanks!
miili commented
Hi Renier,
hope you are doing well!
scipy decided to rename scipy.fftpack
to scipy.fft
, we will support both.
Thanks for reporting!