Skip to content

Commit

Permalink
Fix test_kernels_QEDsinglet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Oct 6, 2023
1 parent 9db7ac8 commit 24bbfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/eko/kernels/test_kernels_QEDsinglet.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_zero_true_gamma(monkeypatch):
for qed in range(1, 2 + 1):
order = (qcd, qed)
n = np.random.rand()
gamma_s = ad.gamma_singlet_qed(order, n, nf)
gamma_s = ad.gamma_singlet_qed(order, n, nf, (0, 0, 0, 0))
# monkeypatch.setattr(
# ad,
# "exp_matrix_2D",
Expand Down

0 comments on commit 24bbfd3

Please sign in to comment.