We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b699a3 commit 21b1deeCopy full SHA for 21b1dee
skglm/experimental/tests/test_sqrt_lasso.py
@@ -16,7 +16,7 @@ def test_alpha_max():
16
17
sqrt_lasso = SqrtLasso(alpha=alpha_max).fit(X, y)
18
19
- np.testing.assert_equal(sqrt_lasso.coef_, 0)
+ np.testing.assert_equal(sqrt_lasso.coef_[:n_features], 0)
20
21
22
def test_vs_statsmodels():
0 commit comments