Skip to content

Commit

Permalink
remove leftover of previous implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Aug 23, 2024
1 parent 5d83abf commit 734d495
Showing 1 changed file with 0 additions and 4 deletions.
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:
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

0 comments on commit 734d495

Please sign in to comment.