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

BUG: RecursiveError in HeadTailBreaks #46

Merged
merged 1 commit into from
Sep 10, 2019

Conversation

martinfleis
Copy link
Member

Fixes #45

Implemented fix suggested by @weikang9009 in #45, including test.

In case of multiple identical maximum values, HeadTailBreak no longer raises RecursiveError but ends its search, having multiple values in the last bin (opposed to expected 1 value).

Copy link
Member

@jGaboardi jGaboardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. What do you think, @weikang9009?

@jGaboardi jGaboardi added the bug label Sep 10, 2019
@sjsrey
Copy link
Member

sjsrey commented Sep 10, 2019

👍

@weikang9009
Copy link
Member

Looks great to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: HeadTailBreaks raise RecursionError
4 participants