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

dist_points might better have type List for exclude #56

Open
juergenuhl opened this issue Aug 3, 2024 · 0 comments
Open

dist_points might better have type List for exclude #56

juergenuhl opened this issue Aug 3, 2024 · 0 comments

Comments

@juergenuhl
Copy link

I used a generator for the exluded suits (want to count length for 'good' suits with 3+ HCP only), which got 'eaten up' in the
first usage within dist_points and thus did not yield the expected result. I understand that the param doc says "a LIST..." but the
type is Iterable and that was the only place I had looked at.

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

No branches or pull requests

1 participant