From efe3c9310014153cd515f4d6ad39ffd07514683d Mon Sep 17 00:00:00 2001 From: Felix Hekhorn Date: Wed, 22 Jan 2025 18:01:35 +0200 Subject: [PATCH] Fix bug in benchmark runner --- src/ekomark/benchmark/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ekomark/benchmark/runner.py b/src/ekomark/benchmark/runner.py index 6a75f1437..449b96335 100644 --- a/src/ekomark/benchmark/runner.py +++ b/src/ekomark/benchmark/runner.py @@ -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: