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

possible undefined variable in jerr warning? #11

Closed
klkeys opened this issue Jun 22, 2016 · 1 comment · Fixed by #51
Closed

possible undefined variable in jerr warning? #11

klkeys opened this issue Jun 22, 2016 · 1 comment · Fixed by #51

Comments

@klkeys
Copy link

klkeys commented Jun 22, 2016

Line 195 of GLMNet.jl:

        warn("glmnet: number of non-zero coefficients along path exceeds $nx at $(maxit+10000)th lambda value")

But the variable nx is not defined anywhere.

@klkeys
Copy link
Author

klkeys commented Jun 22, 2016

Presumably this is from line 31,

nx=as.integer(pmax)

at R/glmnet.R?

JackDunnNZ added a commit that referenced this issue Dec 3, 2020
JackDunnNZ added a commit that referenced this issue Dec 3, 2020
JackDunnNZ added a commit that referenced this issue Dec 3, 2020
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 a pull request may close this issue.

1 participant