Skip to content

Fix non-default axis in packets #94

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

Merged
merged 13 commits into from
Jun 26, 2024
Merged

Fix non-default axis in packets #94

merged 13 commits into from
Jun 26, 2024

Conversation

felixblanke
Copy link
Collaborator

The logic in the WaveletPacket objects so far ignored the axis argument and always accessed the last axes, e.g. to lookup which transform to use.

This PR addresses this and extends the unit tests to cover different axes choices.

@felixblanke felixblanke added the bug Something isn't working label Jun 25, 2024
@v0lta v0lta self-requested a review June 26, 2024 11:57
Copy link
Owner

@v0lta v0lta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes a lot of sense.

@v0lta
Copy link
Owner

v0lta commented Jun 26, 2024

It works. It fixes a bug. I am merging.

@v0lta v0lta merged commit 848d0f7 into main Jun 26, 2024
7 checks passed
@v0lta v0lta deleted the fix/packet-axis branch June 26, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants