Skip to content

Commit

Permalink
Test more digits of evolution
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Oct 11, 2023
1 parent 11f4792 commit b9170bc
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions pineappl_cli/tests/evolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ const LHCB_WP_7TEV_STR: &str = "b Grid FkTable rel. diff
7 2.9272102e1 2.9268451e1 -1.2474967e-4
";

const LHCB_WP_7TEV_V2_STR: &str = "b Grid FkTable rel. diff
-+-----------+-----------+-------------
0 7.8752127e2 7.8731064e2 -2.6745204e-4
1 7.1872113e2 7.1853123e2 -2.6421837e-4
2 6.2322357e2 6.2306010e2 -2.6230496e-4
3 5.0216763e2 5.0203737e2 -2.5938800e-4
4 3.7314506e2 3.7305090e2 -2.5233796e-4
5 2.5302044e2 2.5295968e2 -2.4013733e-4
6 1.1971046e2 1.1968525e2 -2.1055575e-4
7 2.9272102e1 2.9268443e1 -1.2499435e-4
const LHCB_WP_7TEV_V2_STR: &str = "b Grid FkTable rel. diff
-+--------------------+--------------------+----------------------
0 7.8752126798068639e2 7.8731064380928558e2 -2.6745204220435248e-4
1 7.1872113080347663e2 7.1853123147848032e2 -2.6421836906898033e-4
2 6.2322357391848550e2 6.2306009928459093e2 -2.6230495882362259e-4
3 5.0216762988872915e2 5.0203737363369049e2 -2.5938799573266280e-4
4 3.7314505699003126e2 3.7305089832847733e2 -2.5233795755852384e-4
5 2.5302044227292129e2 2.5295968261889854e2 -2.4013733229188983e-4
6 1.1971045984774410e2 1.1968525412249538e2 -2.1055574659711862e-4
7 2.9272102213930090e1 2.9268443366651141e1 -1.2499434622803562e-4
";

const LHCB_WP_7TEV_OPTIMIZED_STR: &str = "b etal dsig/detal
Expand Down Expand Up @@ -227,6 +227,8 @@ fn lhcb_wp_7tev_v2() {
.args([
"--silence-lhapdf",
"evolve",
"--digits-abs=16",
"--digits-rel=16",
input.path().to_str().unwrap(),
"../test-data/LHCB_WP_7TEV_v2.tar",
output.path().to_str().unwrap(),
Expand Down

0 comments on commit b9170bc

Please sign in to comment.