Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 24, 2024
1 parent da1aa53 commit 31235b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pineko/comparator.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def compare(pine, fktable, max_as, max_al, pdf1, xir, xif, pdf2=None):

pdfset1 = lhapdf.mkPDF(pdf1, 0)
if pdf2 is not None:
pdfset2 = lhapdf.mkPDF(pdf1, 0)
pdfset2 = lhapdf.mkPDF(pdf2, 0)
else:
pdfset2 = pdfset1

Expand Down

0 comments on commit 31235b2

Please sign in to comment.