Skip to content
Closed
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
4 changes: 0 additions & 4 deletions src/pineko/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,6 @@ def write_operator_card(pineappl_grid, default_card, card_path, tcard):
kv = pineappl_grid.key_values()
conv_type_1, conv_type_2 = get_grid_convolution_type(kv)

# fragmentation function grid?
if "timelike" in kv:
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually the previous implementation was not even working cause the "True" business

operators_card["configs"]["timelike"] = kv["timelike"] == "True"

# Choose the evolution method according to the theory if the key is included
if "ModEv" in tcard:
opconf = operators_card["configs"]
Expand Down