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 render_array to respect explicit axis ordering. #49

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

danieldjohnson
Copy link
Collaborator

treescope.render_array is documented as preserving the explicit ordering of rows and columns requested by the user, but this did not actually work as documented. This change adjusts the ordering inference logic to respect the requested order correctly.

Fixes #41.

`treescope.render_array` is documented as preserving the explicit
ordering of rows and columns requested by the user, but this did
not actually work as documented. This change adjusts the ordering
inference logic to respect the requested order correctly.

Fixes #41.
@danieldjohnson danieldjohnson merged commit 52f86b7 into main Nov 21, 2024
2 checks passed
@danieldjohnson danieldjohnson deleted the fix_axis_ordering branch November 21, 2024 20:39
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.

no effect of axis ordering in columns and rows arguments to render_array
1 participant