Skip to content
New issue

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

Support arbitrary kwargs in dask.array.fft #3278

Open
jakirkham opened this issue Mar 12, 2018 · 1 comment
Open

Support arbitrary kwargs in dask.array.fft #3278

jakirkham opened this issue Mar 12, 2018 · 1 comment
Labels

Comments

@jakirkham
Copy link
Member

Would be nice if the wrapper/wrapped functions in dask.array.fft supported arbitrary kwargs. That way implementation specific arguments could be passed on to the underlying FFT function.

Might be a little work if we wish to validate these arguments during graph construction. Alternatively we can just trust the user and raise at runtime if errors like this occur.

@jakirkham
Copy link
Member Author

Might want to include norm ( #3280 ) this way as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant