Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Apr 16, 2024
1 parent ef193fd commit ec82bf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_approx_coeff_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ def test_coeff_func():
for order in range(1, 3 + 1):
for kind in ["2", "L"]:
for channel in ["q", "g"]:
if order == 1 and channel == "q":
continue
app = ad.ApproximateCoefficientFunction(order, kind, channel)
assert app.GetOrder() == order
assert app.GetKind() == kind
Expand Down

0 comments on commit ec82bf7

Please sign in to comment.