Skip to content

pass weights to standardization and test against glmnet - #101

Merged
AsafManela merged 2 commits into
JuliaStats:masterfrom
ericphanson:eph/fix-and-test-weights
Jul 28, 2026
Merged

pass weights to standardization and test against glmnet#101
AsafManela merged 2 commits into
JuliaStats:masterfrom
ericphanson:eph/fix-and-test-weights

Conversation

@ericphanson

Copy link
Copy Markdown
Contributor

developed with claude sonnet 5 and checked by me

@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.03%. Comparing base (0fed8fb) to head (6ddd63e).
⚠️ Report is 15 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   86.94%   92.03%   +5.08%     
==========================================
  Files           8        8              
  Lines        1218     1167      -51     
==========================================
+ Hits         1059     1074      +15     
+ Misses        159       93      -66     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread test/lasso.jl
Comment on lines +188 to +189
@test l.coefs ≈ gbeta rtol=1e-5
@test l.b0 ≈ g.a0 rtol=1e-5

@ericphanson ericphanson Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here we are testing against glmnet (binary dependency of GLMNet.jl) so it is a good cross-check that this is working properly (following existing test practices here)

@AsafManela
AsafManela merged commit 877fe85 into JuliaStats:master Jul 28, 2026
13 checks passed
@AsafManela

Copy link
Copy Markdown
Collaborator

Solid work. Thanks for the contribution!

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