Skip to content

Commit e6a80da

Browse files
Adjust CLI test
1 parent 0182c39 commit e6a80da

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

pineappl_cli/tests/export.rs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ Arguments:
1515
<CONV_FUNS> LHAPDF ID(s) or name of the PDF(s)/FF(s) to check the converted grid with
1616
1717
Options:
18-
--accuracy <ACCURACY> Relative threshold between the table and the converted grid when comparison fails [default: 1e-10]
19-
--discard-non-matching-scales Discard non-matching scales that would otherwise lead to panics
20-
-s, --scales <SCALES> Set the number of scale variations to compare with if they are available [default: 7] [possible values: 1, 3, 7, 9]
21-
--digits-abs <ABS> Set the number of fractional digits shown for absolute numbers [default: 7]
22-
--digits-rel <REL> Set the number of fractional digits shown for relative numbers [default: 7]
23-
-h, --help Print help
18+
--accuracy <ACCURACY> Relative threshold between the table and the converted grid when comparison fails [default: 1e-10]
19+
--discard-non-matching-scales Discard non-matching scales that would otherwise lead to panics
20+
--discard-non-matching-momentum Discard non-matching momentum fractions that would otherwise lead to panics
21+
-s, --scales <SCALES> Set the number of scale variations to compare with if they are available [default: 7] [possible values: 1, 3, 7, 9]
22+
--digits-abs <ABS> Set the number of fractional digits shown for absolute numbers [default: 7]
23+
--digits-rel <REL> Set the number of fractional digits shown for relative numbers [default: 7]
24+
-h, --help Print help
2425
";
2526

2627
#[cfg(feature = "applgrid")]

0 commit comments

Comments
 (0)