-
Notifications
You must be signed in to change notification settings - Fork 58
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
resolves bug in Percentiles append. #427
Conversation
We should probably test this somehow. |
I've added two tests (one unweighted and one weighted) to check for correct behavior. |
xref #423 The Seems related to the regression that @jorisvandenbossche isolated |
@martinfleis Anything more you think should be done for this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was hoping to see the green ci but given pandas release may not come soon, let's merge.
I am thinking we should do a patch release that changes our requirements to avoid ppl running into that bug...
Resolves #426.