Skip to content

Commit

Permalink
remove invalid alpha argument
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Jan 31, 2024
1 parent 86eeb5e commit 012c904
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/glm/test_golden_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ def test_gm_cv(distribution, data_all, expected_all):
"alphas": [0.1, 0.05, 0.01],
"l1_ratio": [0.2, 0.5, 0.9],
"cv": 3,
"alpha": 1.0,
}
model = fit_model(
data=data,
Expand Down

0 comments on commit 012c904

Please sign in to comment.