Skip to content

Commit 1a823e1

Browse files
Fix some of the tests by deleting mu0 from the Operator Card
1 parent 477fef6 commit 1a823e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

benchmarks/bench_evolve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def benchmark_dglap(tmp_path, test_files, test_configs):
9191
myopcard["mugrid"] = [target]
9292
legacy_class = eko.io.runcards.Legacy(tcard, myopcard)
9393
new_theory = legacy_class.new_theory
94+
del myopcard["mu0"] # TODO: Why must this be needed
9495
new_op = eko.io.runcards.OperatorCard.from_dict(myopcard)
9596

9697
eko_path = pathlib.Path(tmp_path / "test_eko.tar")

0 commit comments

Comments
 (0)