Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Sep 26, 2024
1 parent 0cf99c1 commit 30cd1b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pineappl_cli/src/export.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ fn convert_into_grid(
Err(anyhow!("could not detect file format"))
}

/// Converts PineAPPL grids to APPLgrid or fastNLO files.
/// Converts PineAPPL grids to APPLgrid/fastNLO files.
#[derive(Parser)]
pub struct Opts {
/// Path to the input grid.
Expand Down
2 changes: 1 addition & 1 deletion pineappl_cli/tests/export.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use assert_cmd::Command;
#[cfg(feature = "applgrid")]
use assert_fs::NamedTempFile;

const HELP_STR: &str = "Converts PineAPPL grids to APPLgrid files
const HELP_STR: &str = "Converts PineAPPL grids to APPLgrid/fastNLO files
Usage: pineappl export [OPTIONS] <INPUT> <OUTPUT> <CONV_FUNS>
Expand Down
2 changes: 1 addition & 1 deletion pineappl_cli/tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Commands:
convolve Convolutes a PineAPPL grid with a PDF set
diff Compares the numerical content of two grids with each other
evolve Evolve a grid with an evolution kernel operator to an FK table
export Converts PineAPPL grids to APPLgrid files
export Converts PineAPPL grids to APPLgrid/fastNLO files
help Display a manpage for selected subcommands
import Converts APPLgrid/fastNLO/FastKernel files to PineAPPL grids
merge Merges one or more PineAPPL grids together
Expand Down

0 comments on commit 30cd1b7

Please sign in to comment.