Skip to content

Commit

Permalink
Revert "Fix eko dump again"
Browse files Browse the repository at this point in the history
This reverts commit 34bfc72.
  • Loading branch information
andreab1997 committed Nov 2, 2022
1 parent 19ca3a1 commit 74d4494
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 @@ -320,7 +320,7 @@ def eko(self, name, _grid, tcard):
logger.info("Start computation of %s", name)
start_time = time.perf_counter()
ops = eko.run_dglap(theory_card=tcard, operators_card=ocard)
eko.output.legacy.dump_tar(ops, eko_filename)
ops.deepcopy(eko_filename)
logger.info(
"Finished computation of %s - took %f s",
name,
Expand Down

0 comments on commit 74d4494

Please sign in to comment.