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

allow BinLists to have only one bin #29

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Conversation

asizemore
Copy link
Member

Resolves #21

Previously, BinLists did not accept a list of only one Bin because it got caught up in the overlapping bins check. Now we avoid that check since it's unnecessary when there's only one bin, and all works!

@asizemore asizemore requested a review from d-callan October 3, 2023 10:25
@asizemore asizemore merged commit a6ea003 into main Oct 3, 2023
5 checks passed
@asizemore asizemore deleted the fix-21-lonely-bin-list branch October 3, 2023 17:28
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.

BinList does not accept a list of one?
2 participants