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)