Skip to content

Commit

Permalink
Rename test files
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Aug 22, 2024
1 parent 33ad680 commit c9f8d63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pineappl_cli/tests/convolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ fn use_alphas_from_error() {
.args([
"--use-alphas-from=2",
"convolve",
"../test-data/LHCB_WP_7TEV.pineappl.lz4",
"../test-data/LHCB_WP_7TEV_opt.pineappl.lz4",
"NNPDF31_nlo_as_0118_luxqed,NNPDF31_nlo_as_0118_luxqed",
])
.assert()
Expand All @@ -217,7 +217,7 @@ fn three_pdf_error() {
.unwrap()
.args([
"convolve",
"../test-data/LHCB_WP_7TEV.pineappl.lz4",
"../test-data/LHCB_WP_7TEV_opt.pineappl.lz4",
"NNPDF31_nlo_as_0118_luxqed,NNPDF31_nlo_as_0118_luxqed,NNPDF31_nlo_as_0118_luxqed",
])
.assert()
Expand Down
2 changes: 1 addition & 1 deletion pineappl_cli/tests/plot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ fn three_pdf_error() {
"plot",
"--subgrid-pull=0,0,0",
"--threads=1",
"../test-data/LHCB_WP_7TEV.pineappl.lz4",
"../test-data/LHCB_WP_7TEV_opt.pineappl.lz4",
"NNPDF31_nlo_as_0118_luxqed",
"NNPDF40_nnlo_as_01180,NNPDF40_nnlo_as_01180,NNPDF40_nnlo_as_01180",
])
Expand Down
2 changes: 1 addition & 1 deletion pineappl_cli/tests/pull.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ fn conv_fun_lhaid_error() {
.args([
"pull",
"--threads=1",
"../test-data/LHCB_WP_7TEV.pineappl.lz4",
"../test-data/LHCB_WP_7TEV_opt.pineappl.lz4",
"0",
"NNPDF40_nnlo_as_01180",
])
Expand Down

0 comments on commit c9f8d63

Please sign in to comment.