Skip to content

Commit dab76ac

Browse files
Fix tests
1 parent f98d51f commit dab76ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

neopdf_cli/tests/read.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Usage: neopdf read <COMMAND>
1010
Commands:
1111
metadata Print the metadata of a PDF set
1212
num_subgrids Print the number of subgrids in a PDF set
13-
subgrid_info Print the subgrid info (nucleons, alphas, x, Q2) for a given subgrid index
13+
subgrid-info Print the subgrid info (nucleons, alphas, x, Q2) for a given subgrid index
14+
subgrid Print the contents of a subgrid
1415
git-version Print the git version of the code that generated the PDF
1516
help Print this message or the help of the given subcommand(s)
1617
@@ -143,7 +144,7 @@ fn read_num_subgrid_info_lhapdf() {
143144
.unwrap()
144145
.args([
145146
"read",
146-
"subgrid_info",
147+
"subgrid-info",
147148
"--pdf-name",
148149
"NNPDF40_nnlo_as_01180",
149150
"--member",
@@ -162,7 +163,7 @@ fn read_num_subgrid_info_neopdf() {
162163
.unwrap()
163164
.args([
164165
"read",
165-
"subgrid_info",
166+
"subgrid-info",
166167
"--pdf-name",
167168
"NNPDF40_nnlo_as_01180.neopdf.lz4",
168169
"--member",

0 commit comments

Comments
 (0)