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

support for dims in sum(f, x; dims) #684

Merged
merged 1 commit into from
Jun 16, 2020
Merged

support for dims in sum(f, x; dims) #684

merged 1 commit into from
Jun 16, 2020

Conversation

CarloLucibello
Copy link
Member

fixes #681
I had to introduce _normalize_kws since kws ended up being a Column() instead of an empty namedtuple (or a namedtuple containing the default arguments) when calling sum(f, x) with no keyword arguments. I don't know why this happens. If this is not expected we should address this inconsistency at the root.

@CarloLucibello
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Jun 16, 2020

Build succeeded:

@bors bors bot merged commit eba2a00 into master Jun 16, 2020
@CarloLucibello CarloLucibello deleted the cl/sum branch June 22, 2020 05:56
@mcabbott mcabbott mentioned this pull request Apr 5, 2021
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.

sum with function arg triggerrs mutation error
1 participant