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 norm in dask.array.fft #3280

Open
jakirkham opened this issue Mar 13, 2018 · 0 comments · May be fixed by #10665
Open

Support norm in dask.array.fft #3280

jakirkham opened this issue Mar 13, 2018 · 0 comments · May be fixed by #10665
Labels

Comments

@jakirkham
Copy link
Member

The NumPy FFT functions optionally take a norm argument. Would be good if the Dask Array functions also optionally took that argument and only passed it on if it was not None (the default). This because it is easier to support other functions that don't take norm if we don't require that argument. Alternatively, this might be best addressed as arbitrary keyword argument as proposed in issue ( #3278 ).

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

Successfully merging a pull request may close this issue.

1 participant