Skip to content

Commit

Permalink
Fix thr
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Mar 23, 2024
1 parent ab6745f commit 3b9f2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_threshold.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_nnlo():

res1 = thr.BetaIndependentTerms(x, m2Q2, m2mu2)
if kind == '2':
res2 = old.C2_g3_threshold_const(x, m2Q2, m2mu2, nf)
res2 = old.C2_g3_threshold_const(x, m2Q2, m2mu2)
else:
res2 = old.CL_g3_threshold_const(x, m2Q2, m2mu2, nf)
res2 = old.CL_g3_threshold_const(x, m2Q2, m2mu2)
np.testing.assert_allclose(res1, res2, rtol=1e-7)

0 comments on commit 3b9f2a6

Please sign in to comment.