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

Missing method for argmin with generators #28349

Closed
juliohm opened this issue Jul 30, 2018 · 2 comments
Closed

Missing method for argmin with generators #28349

juliohm opened this issue Jul 30, 2018 · 2 comments

Comments

@juliohm
Copy link
Contributor

juliohm commented Jul 30, 2018

In Julia v0.6, I could do:

indmin(i for i=1:10000)

In Julia v0.7, this doesn't work:

argmin(i for i=1:10000)

Can you please add a lazy version again?

juliohm added a commit to JuliaEarth/GeoStatsBase.jl that referenced this issue Jul 30, 2018
@JeffBezanson
Copy link
Member

See #27612 and #27613.

@juliohm
Copy link
Contributor Author

juliohm commented Jul 30, 2018

Thank you, so it is already in your radar, I will close this one.

@juliohm juliohm closed this as completed Jul 30, 2018
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

2 participants