Skip to content

Commit

Permalink
Test variation of the fragmentation scale
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Feb 19, 2025
1 parent d5f6e07 commit c4f85b9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pineappl_cli/tests/convolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ const XIR_XIF_STR: &str = "b etal dsig/detal
const THREE_CONVOLUTIONS_STR: &str = "b pT dsig/dpT (pol)
[GeV] [pb/GeV]
-+-----------------+------------------+--------------
0 5.108395099639893 6.045444965362549 2.2605116e3
1 6.045444965362549 6.982494831085205 1.0361301e3
2 6.982494831085205 7.992245197296143 4.8947508e2
3 7.992245197296143 8.960753917694092 2.4023939e2
4 8.960753917694092 9.929026126861572 1.2464463e2
5 9.929026126861572 11.660773754119873 5.2680349e1
0 5.108395099639893 6.045444965362549 1.6510259e3
1 6.045444965362549 6.982494831085205 7.5765405e2
2 6.982494831085205 7.992245197296143 3.5846633e2
3 7.992245197296143 8.960753917694092 1.7632862e2
4 8.960753917694092 9.929026126861572 9.1671512e1
5 9.929026126861572 11.660773754119873 3.8868954e1
";

#[test]
Expand Down Expand Up @@ -427,6 +427,7 @@ fn three_convolutions() {
.unwrap()
.args([
"convolve",
"--xia=2",
"../test-data/SIHP-PP-POLARIZED-STAR-NLO.pineappl.lz4",
"NNPDFpol11_100+p,MAPFF10NLOPIsum+f",
])
Expand Down

0 comments on commit c4f85b9

Please sign in to comment.