Skip to content

Commit

Permalink
update old names
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Nov 14, 2024
1 parent 92eb1e3 commit 0ef51c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/eko/io/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ def update_theory(raw: dict) -> dict:
# adjust heavy
for key in ["intrinsic_flavors", "num_flavs_init", "num_flavs_max_pdf"]:
del raw["heavy"][key]

# update old names
if "use_fhmv" in raw:
raw["use_fhmruvv"] = raw["use_fhmv"]
del raw["use_fhmv"]

return raw


Expand Down

0 comments on commit 0ef51c3

Please sign in to comment.