Skip to content

Commit

Permalink
Fix eko dump again
Browse files Browse the repository at this point in the history
  • Loading branch information
andreab1997 committed Nov 2, 2022
1 parent 3effc68 commit 34bfc72
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)
eko.output.legacy.dump_tar(ops, eko_filename)

This comment has been minimized.

Copy link
@alecandido

alecandido Nov 2, 2022

Member

Never use legacy.dump_tar. We have to start using the new, and possibly detect them (as agreed) to use when needed legacy.load_tar

logger.info(
"Finished computation of %s - took %f s",
name,
Expand Down

1 comment on commit 34bfc72

@alecandido
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this commit please

Please sign in to comment.