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 issues with test_normalize_skip_axes #187

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

asmeurer
Copy link
Member

It was incorrectly testing a "skip_len" which makes no sense when the skip axes are a list. Also fix normalize_skip_axes to raise AxisError before ValueError (for non-unique axes) as that matches the test and is easier to check.

It was incorrectly testing a "skip_len" which makes no sense when the skip
axes are a list. Also fix normalize_skip_axes to raise AxisError before
ValueError (for non-unique axes) as that matches the test and is easier to
check.
@asmeurer asmeurer enabled auto-merge August 23, 2024 21:07
@asmeurer asmeurer merged commit f905510 into Quansight-Labs:main Aug 23, 2024
18 of 19 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.

1 participant