Skip to content

Commit

Permalink
Fix outdated sc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Jul 15, 2024
1 parent b7a95bb commit 7bf06e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tests/eko/scale_variations/test_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ def compute_a_s(q2, order):
couplings=CouplingsInfo(
alphas=0.1181,
alphaem=0.007496,
scale=91.00,
max_num_flavs=4,
num_flavs_ref=4,
ref=(91.00, 4),
),
order=order,
method=CouplingEvolutionMethod.EXPANDED,
Expand Down
4 changes: 1 addition & 3 deletions tests/eko/scale_variations/test_expanded.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ def compute_a_s(q2, order):
couplings=CouplingsInfo(
alphas=0.1181,
alphaem=0.007496,
scale=91.00,
max_num_flavs=4,
num_flavs_ref=4,
ref=(91.00, 4),
),
order=order,
method=CouplingEvolutionMethod.EXPANDED,
Expand Down

0 comments on commit 7bf06e2

Please sign in to comment.