Skip to content

Commit

Permalink
Update src/eko/runner/parts.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hekhorn <[email protected]>
  • Loading branch information
giacomomagni and felixhekhorn authored Nov 7, 2023
1 parent 9e65037 commit 674c36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eko/runner/parts.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def evolve_configs(eko: EKO) -> dict:
n3lo_ad_variation=tcard.n3lo_ad_variation,
matching_order=tcard.matching_order
if tcard.matching_order is not None
else (tcard.order[0] - 1, tcard.order[1]),
else (tcard.order[0] - 1, tcard.order[1] - 1),
)


Expand Down

0 comments on commit 674c36c

Please sign in to comment.