Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Apr 17, 2024
1 parent e4a9607 commit 5c6e597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_highenergy.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ def test_powerterms():
for order in range(1, 3 + 1):
for kind in ['2', 'L']:
for channel in ['g', 'q']:
if channel == 'q' and order == 1:
continue
for NLL in [True, False]:
he = ad.HighEnergyCoefficientFunction(order, kind, channel, NLL)
hehs = ad.HighEnergyHighScaleCoefficientFunction(order, kind, channel, NLL)
Expand Down

0 comments on commit 5c6e597

Please sign in to comment.