-
Notifications
You must be signed in to change notification settings - Fork 135
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
TypeError: reduce() of empty sequence with no initial value #86
Comments
Thanks for taking the time to open an issue! I agree that this would be useful and reasonable. I'll spend some time this weekend to implement something. |
Great, thanks:)
…On Dec 16, 2016 1:21 AM, "Pedro Rodriguez" ***@***.***> wrote:
Thanks for taking the time to open an issue! I agree that this would be
useful and reasonable. I'll spend some time this weekend to implement
something.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABKEAios_A9hzwA_bAPPlXlQ8SB5l0aXks5rIcs_gaJpZM4LOACR>
.
|
Additionally update package info and have run-tests explicitly use python 2
@povilasb Finished implementing that in latest commit. I added tests, but would be great to see if it works as you're expecting before closing the issue. |
ok, i'll test it in several hours:)
…On Dec 21, 2016 11:03 PM, "Pedro Rodriguez" ***@***.***> wrote:
@povilasb <https://github.com/povilasb> Finished implementing that in
latest commit. I added tests, but would be great to see if it works as
you're expecting before closing the issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABKEAqX_sHGJhMN7eJG1iNEwn0NICNEXks5rKZQsgaJpZM4LOACR>
.
|
Works as expected, thank you :) |
Nice. I'll got ahead and close this then. I'll look to see when I could do a release, but so far this would be the only thing going in. It would be nice to do a release that has a few more improvements in addition to this one. |
Additionally update package info and have run-tests explicitly use python 2
results in
Sequence.reduce() could accept third optional variable "initial value" as python functools.reduce() do.
What do you think? :)
The text was updated successfully, but these errors were encountered: