Skip to content

Commit

Permalink
Drop useless asignment
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Apr 23, 2024
1 parent 4b64128 commit 6b9926f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bench_evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def benchmark_dglap(tmp_path, test_files, test_configs):
new_op = eko.io.runcards.OperatorCard.from_dict(myopcard)

eko_path = pathlib.Path(tmp_path / "test_eko.tar")
_ = eko.runner.solve(new_theory, new_op, eko_path)
eko.runner.solve(new_theory, new_op, eko_path)


def benchmark_evolve_grid(tmp_path, lhapdf_path, test_files, test_pdf):
Expand Down

0 comments on commit 6b9926f

Please sign in to comment.