Skip to content

Commit

Permalink
poetry lock
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 24, 2024
1 parent 953dce2 commit ab29ae3
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 439 deletions.
2 changes: 1 addition & 1 deletion docs/source/overview/tutorials/compare_data.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/source/overview/tutorials/getting_started.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions extras/fonll_hq_treatment/kDISbThr.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def plot_q2_grid(kDISbThrs: dict, obs_suffix: str):
for tid, kDISbThr in kDISbThrs.items():
gp = pathlib.Path(f"./grids/{tid}/{obsfn}.pineappl.lz4")
g = pineappl.grid.Grid.read(gp)
conv = g.convolute_with_one(2212, p.xfxQ2, p.alphasQ2)
conv = g.convolve_with_one(2212, p.xfxQ2, p.alphasQ2)
data.append(conv)
q2s = g.bin_left(0)
xs = g.bin_left(1)
Expand Down Expand Up @@ -96,7 +96,7 @@ def plot_q2_fk(kDISbThrs: dict, obs_suffix: str):
for tid, kDISbThr in kDISbThrs.items():
gp = pathlib.Path(f"./fktables/{tid}/{obsfn}.pineappl.lz4")
g = pineappl.fk_table.FkTable.read(gp)
conv = g.convolute_with_one(2212, p.xfxQ2)
conv = g.convolve_with_one(2212, p.xfxQ2)
data.append(conv)
q2s = g.bin_left(0)
xs = g.bin_left(1)
Expand Down
Loading

0 comments on commit ab29ae3

Please sign in to comment.