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 Count and Range __getitem__ methods. #76

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

corranwebster
Copy link
Contributor

These were wrong for slices and negative indices. These are now fixed and tested.

Fixes #75

These were wrong for slices and negative indices.  These are now fixed and
tested.
@corranwebster corranwebster merged commit 9babbc6 into main Dec 4, 2024
3 checks passed
@corranwebster corranwebster deleted the fix/count-range-getitem branch December 4, 2024 09:09
@corranwebster corranwebster restored the fix/count-range-getitem branch December 7, 2024 10:07
@corranwebster corranwebster deleted the fix/count-range-getitem branch December 7, 2024 10:07
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.

Range and Count slicing is broken
1 participant