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

WIP: Comprehensive support to R2R transforms. #9

Merged
merged 3 commits into from
Aug 20, 2024
Merged

WIP: Comprehensive support to R2R transforms. #9

merged 3 commits into from
Aug 20, 2024

Conversation

rainwoodman
Copy link
Collaborator

This is a work in progress PR to add comprehensave support to R2R transforms.

  • Fixes Segmentation fault when R2R transform #8.
  • Add a basic correctness test on the H2RC and RC2H R2R transform
  • Add the interface to specify different kinds / directions for R2C transform axes.
  • Find the roundtrip transform pairs and add test cases to roundtrip.py.

@rainwoodman
Copy link
Collaborator Author

full R2HC and HC2R of nd transforms are supported.

I do not think this is desired, and I do not know how to assert if
the results are correct.
@sbird
Copy link
Member

sbird commented Aug 20, 2024

Rebased so the test case runs

@sbird sbird merged commit aaf907a into master Aug 20, 2024
2 checks passed
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.

Segmentation fault when R2R transform
2 participants