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

Added missing kwargs to mapreduce #14

Merged
merged 1 commit into from
May 9, 2020

Conversation

kcajf
Copy link
Contributor

@kcajf kcajf commented May 9, 2020

I just realised this was crashing for me because I'm on julia master, and this was added:
JuliaLang/julia#34048

No harm adding it now, will be needed anyway.

This is needed, amongst other things, for sum(bool_matrix),
since it sets the mapreduce init=0 kwarg
@mcabbott
Copy link
Owner

mcabbott commented May 9, 2020

Oh I see, thanks! I hadn't noticed that things were failing on 1.5.

Still fails on something else on travis, but unrelated.

@mcabbott mcabbott merged commit f5d19aa into mcabbott:master May 9, 2020
@kcajf
Copy link
Contributor Author

kcajf commented May 9, 2020

yeah, there seems to be a LinearAlgebra related failure

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.

2 participants