Skip to content

Commit

Permalink
Revert "Fix dump of eko"
Browse files Browse the repository at this point in the history
This reverts commit 3effc68.
  • Loading branch information
andreab1997 committed Nov 2, 2022
1 parent 74d4494 commit f7164fa
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)
ops.deepcopy(eko_filename)
ops.dump_tar(eko_filename)
logger.info(
"Finished computation of %s - took %f s",
name,
Expand Down

0 comments on commit f7164fa

Please sign in to comment.