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

Fixes inverse FFT ouput order issue #29

Merged
merged 3 commits into from
May 3, 2024
Merged

Fixes inverse FFT ouput order issue #29

merged 3 commits into from
May 3, 2024

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    e150db3 View commit details
    Browse the repository at this point in the history
  2. Move twiddles fwd * rev = identity test

    - Testing that all the values in the forward twiddle factors pointwise
    multiplied by all the values in the inverse twiddle factors is more of a
    unit test for twiddles. It made no sense to keep it in the planner.
    
    - The previous commit modifies the planner in a way that this test would
      no longer pass. We can get the same, good coverage by keeping this
      test under twiddles.
    smu160 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    44b80a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaa6a89 View commit details
    Browse the repository at this point in the history