Skip to content

Commit b61a618

Browse files
Fix Q2 subgrid values
1 parent e4d1da1 commit b61a618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pinefarm/external/positivity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def generate_pineappl(self):
112112
# create and set the subgrid
113113
subgrid = pineappl.subgrid.ImportSubgridV1(
114114
array=array_subgrid,
115-
node_values=[self.q2grid, self.xgrid],
115+
node_values=[[q2], self.xgrid],
116116
)
117117
grid.set_subgrid(0, bin_, 0, subgrid.into())
118118
# set the correct observables

0 commit comments

Comments
 (0)