From 6791bfb58db7bd4abb691f2b6394982cff41851b Mon Sep 17 00:00:00 2001 From: Felix Hekhorn Date: Fri, 13 Sep 2024 16:45:44 +0300 Subject: [PATCH] Use correct import for FlavorsNumber --- benchmarks/eko/benchmark_strong_coupling.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmarks/eko/benchmark_strong_coupling.py b/benchmarks/eko/benchmark_strong_coupling.py index 9298b1cf3..fe7a24d3d 100644 --- a/benchmarks/eko/benchmark_strong_coupling.py +++ b/benchmarks/eko/benchmark_strong_coupling.py @@ -7,8 +7,9 @@ from eko.beta import beta_qcd from eko.couplings import Couplings from eko.io.runcards import TheoryCard +from eko.io.types import FlavorsNumber from eko.quantities.couplings import CouplingEvolutionMethod, CouplingsInfo -from eko.quantities.heavy_quarks import FlavorsNumber, QuarkMassScheme +from eko.quantities.heavy_quarks import QuarkMassScheme # try to load LHAPDF - if not available, we'll use the cached values try: