Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Mar 25, 2024
1 parent 2e40bf5 commit 564b518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_exact_coeff_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 564b518

Please sign in to comment.