-
-
Notifications
You must be signed in to change notification settings - Fork 126
Adds groupsof built-in #309
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
Conversation
No tests have been added, but existing tests run.
Also renames the class variable for the iterable to match other built-ins.
groupsof was crashing on the repl when the group size evenly divided the iterable size with a StopIteration exception. I'm not sure why this wasn't happening in the tests.
Adds groupsof built-in
@evhub I'm not totally sure, but these failures seem unrelated to my changes. The AppVeyor failures look like they result from Jupyter not installing. |
@kbaskett248 You can ignore AppVeyor; Travis is what matters. AppVeyor is currently breaking on I haven't had a chance to look at your code yet, but I should be able to later today! |
@kbaskett248 This looks great (seriously, I mean it, this looks really nice)! I'll go ahead and merge this into |
This resolves #297.