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

Fix gh-109 #111

Merged
merged 4 commits into from
Jul 19, 2024
Merged

Fix gh-109 #111

merged 4 commits into from
Jul 19, 2024

Conversation

oleksandr-pavlyk
Copy link
Collaborator

Resolves gh-109

Fix oversight in fallback of fftn to iterations of fft1d in scale computation. Added test to verify the fix

@oleksandr-pavlyk oleksandr-pavlyk requested a review from vtavana July 18, 2024 19:59
The test with unit forward scale would have passed both before
and after the fix. With non-unit scale it would have failed
before the fix.

Thanks @vtavana for catching this during review.
@oleksandr-pavlyk oleksandr-pavlyk requested a review from vtavana July 19, 2024 12:03
@oleksandr-pavlyk oleksandr-pavlyk merged commit c13a9a2 into master Jul 19, 2024
16 checks passed
@oleksandr-pavlyk oleksandr-pavlyk deleted the fix-gh-109 branch July 19, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect result for integer input
2 participants