From 1d56a95465393912a0897cab7579e66795345875 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:40:00 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/pineko/theory.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pineko/theory.py b/src/pineko/theory.py index 492d4f24..1b0fd8e6 100644 --- a/src/pineko/theory.py +++ b/src/pineko/theory.py @@ -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!