Skip to content

Commit

Permalink
Update src/pineko/evolve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn authored May 3, 2024
1 parent ef295c0 commit 95b6efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pineko/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def write_operator_card(pineappl_grid, default_card, card_path, tcard):
# update scale variation method
operators_card["configs"]["scvar_method"] = sv_method

# Make sure that we are using the theory Q0 and fail if the template has a different oen
# Make sure that we are using the theory Q0 and fail if the template has a different one
operators_card["mu0"] = tcard["Q0"]
if default_card.get("mu0") is not None and default_card["mu0"] != tcard["Q0"]:
raise ValueError("Template declares a value of Q0 different from theory")
Expand Down

0 comments on commit 95b6efe

Please sign in to comment.