Skip to content

Commit

Permalink
Update evolve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
t7phy authored Feb 29, 2024
1 parent 323a139 commit b015fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pineko/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ def write_operator_card(pineappl_grid, default_card, card_path, tcard):
kv = pineappl_grid.key_values()
if "polarized" in kv:
operators_card["configs"]["polarized"] = kv["polarized"] == "True"

# fragmentation function grid?
if "timelike_evol" in kv:
operators_card["configs"]["timelike"] = kv["timelike_evol"] == "True"

# Some safety checks
if (
operators_card["configs"]["evolution_method"] == "truncated"
Expand Down

0 comments on commit b015fa3

Please sign in to comment.