Skip to content

Commit c4f85b9

Browse files
committed
Test variation of the fragmentation scale
1 parent d5f6e07 commit c4f85b9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pineappl_cli/tests/convolve.rs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ const XIR_XIF_STR: &str = "b etal dsig/detal
189189
const THREE_CONVOLUTIONS_STR: &str = "b pT dsig/dpT (pol)
190190
[GeV] [pb/GeV]
191191
-+-----------------+------------------+--------------
192-
0 5.108395099639893 6.045444965362549 2.2605116e3
193-
1 6.045444965362549 6.982494831085205 1.0361301e3
194-
2 6.982494831085205 7.992245197296143 4.8947508e2
195-
3 7.992245197296143 8.960753917694092 2.4023939e2
196-
4 8.960753917694092 9.929026126861572 1.2464463e2
197-
5 9.929026126861572 11.660773754119873 5.2680349e1
192+
0 5.108395099639893 6.045444965362549 1.6510259e3
193+
1 6.045444965362549 6.982494831085205 7.5765405e2
194+
2 6.982494831085205 7.992245197296143 3.5846633e2
195+
3 7.992245197296143 8.960753917694092 1.7632862e2
196+
4 8.960753917694092 9.929026126861572 9.1671512e1
197+
5 9.929026126861572 11.660773754119873 3.8868954e1
198198
";
199199

200200
#[test]
@@ -427,6 +427,7 @@ fn three_convolutions() {
427427
.unwrap()
428428
.args([
429429
"convolve",
430+
"--xia=2",
430431
"../test-data/SIHP-PP-POLARIZED-STAR-NLO.pineappl.lz4",
431432
"NNPDFpol11_100+p,MAPFF10NLOPIsum+f",
432433
])

0 commit comments

Comments
 (0)