-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
BUG: np.fft.hfft on main segfaults when n=1 #25661
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
Labels
Comments
Seems to be coming from
|
That surely is me 🤦 |
This was referenced Jan 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue:
With the current nightly release,
np.fft.hfft
segfaults whenn=1
Reproduce the code example:
Error message:
Python and NumPy Versions:
Runtime Environment:
Context for the issue:
I found this through nightly tests of JAX against upstream NumPy; this failure began to appear in the last few days, so this is likely due to a recent change to
fft
.The text was updated successfully, but these errors were encountered: