Skip to content

Commit

Permalink
Fix bug in benchmark runner
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Jan 22, 2025
1 parent 1a77d68 commit efe3c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ekomark/benchmark/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def log(self, theory, _, pdf, me, ext):
# LHA NNLO VFNS needs a special treatment
# Valence contains only u and d
rotate_to_evolution = None
labels = None
labels = br.flavor_basis_pids
qed = theory["QED"] > 0
if self.rotate_to_evolution_basis:
if not qed:
Expand Down

0 comments on commit efe3c93

Please sign in to comment.