Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P pypocketfft
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Martin Reinecke
  • pypocketfft
  • Merge requests
  • !42

two bug fixes (should not have caused any problems yet)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Reinecke requested to merge small_fixes into master Nov 23, 2020
  • Overview 3
  • Commits 2
  • Pipelines 0
  • Changes 2

This fixes two problems:

  • the requested size in aligned_alloc must be a multiple of the alignment, which we didn't enforce. This apparently hasn't caused any problems so far, but better safe than sorry.
  • r2r_fftpack used the wrong flag for the direction of the underlying halfcomplex transform. This is only a concern in cases where real2hermitian!=forward, and this scenario was not yet used, at least not from scipy.

@g-peterbell: I guess this should go into scipy at some point, but it's probably not urgent. What do you think?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: small_fixes