Skip to content

Commit

Permalink
Use correct import for FlavorsNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Sep 13, 2024
1 parent d36070f commit 6791bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/eko/benchmark_strong_coupling.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6791bfb

Please sign in to comment.