Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce default for matching order at post-init time #326

Merged
merged 4 commits into from
Dec 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/eko/io/runcards.py
Co-authored-by: Felix Hekhorn <felixhekhorn@users.noreply.github.com>
  • Loading branch information
alecandido and felixhekhorn authored Nov 22, 2023
commit 5c4ee31d33621b5b123a59ae1096e0ff6128bfda
3 changes: 1 addition & 2 deletions src/eko/io/runcards.py
Original file line number Diff line number Diff line change
@@ -46,8 +46,7 @@ class TheoryCard(DictLike):
xif: float
"""Ratio between factorization scale and process scale."""
n3lo_ad_variation: N3LOAdVariation
"""|N3LO| anomalous dimension variation: ``(gg_var, gq_var, qg_var,
qq_var)``."""
"""|N3LO| anomalous dimension variation: ``(gg, gq, qg,qq)``."""
matching_order: Optional[Order] = None
"""Matching conditions perturbative order tuple, ``(QCD, QED)``."""

Loading