diff --git a/benchmarks/lha_paper_bench.py b/benchmarks/lha_paper_bench.py index e78765a60..2bd154365 100644 --- a/benchmarks/lha_paper_bench.py +++ b/benchmarks/lha_paper_bench.py @@ -246,8 +246,9 @@ def run_lha(self, theory_updates): if __name__ == "__main__": # Benchmark to LHA - obj = BenchmarkFFNS_polarized() + # obj = BenchmarkFFNS_polarized() # obj = BenchmarkFFNS() + obj = BenchmarkVFNS() # obj.benchmark_plain(1) obj.benchmark_sv(1) diff --git a/src/eko/runner/legacy.py b/src/eko/runner/legacy.py index accc4dc37..5c1e937f8 100644 --- a/src/eko/runner/legacy.py +++ b/src/eko/runner/legacy.py @@ -92,7 +92,7 @@ def __init__( couplings=new_theory.couplings, order=new_theory.order, method=couplings_mod_ev(new_operator.configs.evolution_method), - masses=masses, + masses=np.array(masses) / new_theory.xif**2, hqm_scheme=new_theory.quark_masses_scheme, thresholds_ratios=thresholds_ratios, )