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 incorrect usages of inclusive kwarg to Series.between #943

Merged
merged 2 commits into from
Apr 18, 2023

Conversation

matt-graham
Copy link
Collaborator

Fixes #942

Changes usages of series.between(lower, upper, inclusive="left") to lower <= series < upper which is the intended behaviour of the between usages, but as explained in #942 wasn't performing as expected.

@matt-graham matt-graham requested a review from tbhallett April 18, 2023 12:45
@tamuri tamuri merged commit 875a01c into master Apr 18, 2023
@matt-graham matt-graham deleted the mmg/fix-stunting-between-inclusive-usages branch November 14, 2023 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants