Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2022
1 parent 136a4bc commit 1d56a95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pineko/theory.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,7 @@ def fk(self, name, grid_path, tcard, pdf):
q2_grid = operators["Q2grid"].keys()
# PineAPPL wants alpha_s = 4*pi*a_s
# remember that we already accounted for xif in the opcard generation
alphas_values = [
4.0 * np.pi * astrong.a_s(xir * xir * Q2) for Q2 in q2_grid
]
alphas_values = [4.0 * np.pi * astrong.a_s(xir * xir * Q2) for Q2 in q2_grid]
# Obtain the assumptions hash
assumptions = theory_card.construct_assumptions(tcard)
# do it!
Expand Down

0 comments on commit 1d56a95

Please sign in to comment.