From 012c90402ffcb177d0146dbae2eca9dffe3ab110 Mon Sep 17 00:00:00 2001 From: Matthias Schmidtblaicher Date: Wed, 31 Jan 2024 20:05:56 +0100 Subject: [PATCH] remove invalid alpha argument --- tests/glm/test_golden_master.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/glm/test_golden_master.py b/tests/glm/test_golden_master.py index 716edfff..d58a45f6 100644 --- a/tests/glm/test_golden_master.py +++ b/tests/glm/test_golden_master.py @@ -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,