We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am not able to access the fft function using the following procedure import xscale and then try to access xscale.spectral.fft
import xscale
xscale.spectral.fft
However if I import xscale.spectral.fft as sfft, then I am able access the functions inside the fft file.
import xscale.spectral.fft as sfft
Is there a specific reason you are working this way? or maybe the init files are broken?
The text was updated successfully, but these errors were encountered:
I think this works fine now. Let me know if you still have an issue with the importation.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: