Skip to content

Commit

Permalink
Fix numerical noise
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Oct 18, 2024
1 parent 48be5a4 commit f62412e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pineappl_cli/tests/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,13 @@ const IMPORT_DOUBLE_HADRONIC_FASTNLO_STR: &str =
";

#[cfg(feature = "fastnlo")]
const IMPORT_NPDFDIM_2_TABLE_STR: &str = "0 1.0824021e0 1.0824021e0 1.4654944e-14
const IMPORT_NPDFDIM_2_TABLE_STR: &str = "b PineAPPL fastNLO rel. diff
-+------------+------------+--------------
0 1.0824021e0 1.0824021e0 1.4654944e-14
1 1.0680553e0 1.0680553e0 -1.4432899e-15
2 6.4959982e-1 6.4959982e-1 4.4408921e-15
3 3.3033872e-1 3.3033872e-1 2.0872193e-14
4 1.3360159e-1 1.3360159e-1 -2.3092639e-14
4 1.3360159e-1 1.3360159e-1 -2.2870594e-14
5 3.2728146e-2 3.2728146e-2 -5.7731597e-15
6 3.8508907e-3 3.8508907e-3 2.2870594e-14
";
Expand Down

0 comments on commit f62412e

Please sign in to comment.