From 564b5186181dc8dd39a6c23d8a00c4a264fbea64 Mon Sep 17 00:00:00 2001 From: niccolo Date: Mon, 25 Mar 2024 11:35:42 +0100 Subject: [PATCH] Fix test --- tests/test_exact_coeff_func.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_exact_coeff_func.py b/tests/test_exact_coeff_func.py index 0b316a5..c3681e3 100644 --- a/tests/test_exact_coeff_func.py +++ b/tests/test_exact_coeff_func.py @@ -17,8 +17,8 @@ def eta(x, xi): def test_as2_muindep(): nf = 1 - for kind in ['2']: - for channel in ['g']: + for kind in ['2', 'L']: + for channel in ['g', 'q']: cf = ad.ExactCoefficientFunction(2, kind, channel, 1e-3, 1e-3, 1000) for xi in np.geomspace(1e-2, 1e4, 10, endpoint=True): xmax = 1/(1 + 4/xi)