Skip to content

Commit

Permalink
Update src/pineko/theory.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hekhorn <[email protected]>
  • Loading branch information
andreab1997 and felixhekhorn authored Sep 20, 2023
1 parent 9f67dc9 commit d7ef1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pineko/theory.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def fk(self, name, grid_path, tcard, pdf):
check_scvar_evolve(grid, max_as, max_al, check.Scale.FACT)
# loading ekos to produce a tmp copy
with eko.EKO.edit(eko_filename) as operators:
eko_tmp_path = operators.paths.root.parent / "eko-tmp"
eko_tmp_path = operators.paths.root.parent / "eko-tmp.tar"
operators.deepcopy(eko_tmp_path)
with eko.EKO.edit(eko_tmp_path) as operators:
# Obtain the assumptions hash
Expand Down

0 comments on commit d7ef1b8

Please sign in to comment.