Skip to content

Commit

Permalink
still need to update poetrylock
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 18, 2024
1 parent d2b16ce commit e8df0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pkgconfig = "^1.5.5"
pygit2 = "^1.12.0"
requests = "^2.26.0"
lhapdf-management = "^0.3"
pineappl = "^0.7.4"
pineappl = "^0.8.1"
more-itertools = "^8.10.0"
appdirs = "^1.4.4"
tomli = "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/pinefarm/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def convolute_grid(grid, pdf_name, integrated=False):

pdf = lhapdf.mkPDF(pdf_name)
loaded_grid = pineappl.grid.Grid.read(str(grid))
pineappl_results = loaded_grid.convolute_with_one(
pineappl_results = loaded_grid.convolve_with_one(
2212, pdf.xfxQ2, pdf.alphasQ2, xi=tools.nine_points
)

Expand Down

0 comments on commit e8df0b2

Please sign in to comment.