Skip to content

Commit

Permalink
Fix pegasus_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed May 22, 2023
1 parent aded09d commit 9a72b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ekomark/benchmark/external/pegasus_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def compute_pegasus_data(theory, operators, skip_pdfs, rotate_to_evolution_basis

# run pegaus
out_tabs = {}
for mu2 in np.array(operators["mugrid"]) ** 2:
for mu2 in operators["Q2grid"]:
tab = {}
for x in target_xgrid:
# last two numbers are the min and max pid to calculate,
Expand Down

0 comments on commit 9a72b85

Please sign in to comment.