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

Fix determination of nobs in lambda_min_ratio #73

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

JackDunnNZ
Copy link
Collaborator

Fixes #72

As far as I can tell, the change was correct, but the resulting errors were caused by the pre-existing methods using length(y) rather than size(y, 1) as nobs when y is a matrix for the purposes of determining the default value of lambda_min_ratio

@JackDunnNZ JackDunnNZ merged commit 8eb73de into master Oct 7, 2024
18 checks passed
@JackDunnNZ JackDunnNZ deleted the jd/fix72 branch October 7, 2024 13:53
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.

ERROR: cannot specify both lambda and lambda_min_ratio - despite only specifying lambda
1 participant