Skip to content

Commit

Permalink
Fix docs of bench_alphaem
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Jan 12, 2024
1 parent 981af57 commit 9e23e47
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions benchmarks/eko/benchmark_alphaem.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
"""This module benchmarks alpha_em against alphaQED23.
"""This module benchmarks alpha_em against alphaQED23 and validphys.
alphaQED23 can be obtained from http://www-com.physik.hu-berlin.de/~fjeger/software.html .
"""

import numpy as np
import pytest

from eko import matchings
from eko.beta import beta_qcd
from eko.couplings import Couplings
from eko.io.runcards import TheoryCard
from eko.quantities.couplings import CouplingEvolutionMethod, CouplingsInfo
from eko.quantities.heavy_quarks import QuarkMassScheme

Expand Down

0 comments on commit 9e23e47

Please sign in to comment.