serazing / xscale

Xscale a library of multi-dimensional signal processing tools using parallel computing
Apache License 2.0
25 stars 12 forks source link

Importing issues with fft from spectral #8

Open dhruvbalwada opened 7 years ago

dhruvbalwada commented 7 years ago

I am not able to access the fft function using the following procedure import xscale and then try to access xscale.spectral.fft

However if I import xscale.spectral.fft as sfft, then I am able access the functions inside the fft file.

Is there a specific reason you are working this way? or maybe the init files are broken?

serazing commented 6 years ago

I think this works fine now. Let me know if you still have an issue with the importation.