Skip to content

Commit

Permalink
Adjust benchmarks to renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Apr 23, 2024
1 parent 84d2ea8 commit 4b64128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/bench_evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ def benchmark_evolve_grid(tmp_path, lhapdf_path, test_files, test_pdf):
fk = pineappl.fk_table.FkTable.read(target_path)
kvs = fk.key_values()
assert "results_fk" in kvs
assert "eko_theory" in kvs
assert json.dumps(eko_op.theory_card.raw) == kvs["eko_theory"]
assert "eko_theory_card" in kvs
assert json.dumps(eko_op.theory_card.raw) == kvs["eko_theory_card"]

0 comments on commit 4b64128

Please sign in to comment.