Skip to content

Commit

Permalink
Update src/yadism/coefficient_functions/asy/fl_nc.py
Browse files Browse the repository at this point in the history
Co-authored-by: Giacomo Magni <[email protected]>
  • Loading branch information
niclaurenti and giacomomagni authored Apr 10, 2024
1 parent e6dea01 commit 82de5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yadism/coefficient_functions/asy/fl_nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def cg_NLL_N3LO(z, args):
L = -args[0]
# this term does not depend on nf so setting it to zero
nf = 0
return self.hs3.NLL(z, nf) * L**2
return self.hs3.NLL(z, nf=0) * L**2

return RSL(cg_NLL_N3LO, args=[self.L])

Expand Down

0 comments on commit 82de5f7

Please sign in to comment.