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 transpose codec non self inverse order #15

Merged
merged 4 commits into from
Jun 4, 2024

Conversation

brokkoli71
Copy link
Contributor

Encode and decode of transpose codec was equivalent.

This is no problem for order permutations that are self inverse. For other orders the current implementation produced an error (see test_transpose_non_self_inverse)

@brokkoli71 brokkoli71 self-assigned this Jun 4, 2024
@normanrz normanrz merged commit 360a981 into async Jun 4, 2024
8 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.

Question regarding the inverse order used when decoding using the Transpose codec.
2 participants