Skip to content
Snippets Groups Projects
Commit 92c9b4cd authored by Klaus Rabbertz's avatar Klaus Rabbertz
Browse files

Fix small issues in make check; two lines in stat check needed tiny updates of numbers (why? gcc?)

parent a9bf7bf6
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ $ret = system("$cmd");
if ( $ret ) {die "fnlo-tk-cppnormtest: Ungzipping test table ${tabgz} failed: $ret, aborted!\n";}
# Evaluate, keep only result lines
$cmd = "../src/fnlo-tk-cppread ${tabfl} CT10nlo _ GRV norm _ 5 2 0.1185 _ | grep \"Calculate my cross sections\" -B1 -A19 > cppnormtest.log";
$cmd = "../src/fnlo-tk-cppread ${tabfl} CT10nlo _ GRV norm _ _ 5 2 0.1185 _ | grep \"Calculate my cross sections\" -B1 -A19 > cppnormtest.log";
print "Executing command: $cmd\n";
$ret = system("$cmd");
if ( $ret ) {die "fnlo-tk-cppnormtest: Evaluating test table ${tabfl} failed: $ret, aborted!\n";}
......
......@@ -38,7 +38,7 @@ $ret = system("$cmd");
if ( $ret ) {die "fnlo-tk-cppscalestest: Ungzipping test table ${tabgz} failed: $ret, aborted!\n";}
# Evaluate, keep only result lines
$cmd = "../src/fnlo-tk-cppread ${tabfl} CT10nlo 7 GRV _ _ 5 2 0.1185 _ | grep \"Calculate my cross sections\" -B1 -A95 > cppscalestest.log";
$cmd = "../src/fnlo-tk-cppread ${tabfl} CT10nlo 7 GRV _ _ _ 5 2 0.1185 _ | grep \"Calculate my cross sections\" -B1 -A95 > cppscalestest.log";
print "Executing command: $cmd\n";
$ret = system("$cmd");
if ( $ret ) {die "fnlo-tk-cppscalestest: Evaluating test table ${tabfl} failed: $ret, aborted!\n";}
......
......@@ -38,7 +38,7 @@ $ret = system("$cmd");
if ( $ret ) {die "fnlo-tk-cpptest2: Ungzipping test table ${tabgz} failed: $ret, aborted!\n";}
# Evaluate, keep only result lines
$cmd = "../src/fnlo-tk-cppread ${tabfl} CT10nlo _ GRV _ _ 5 2 0.1185 _ | tail -4 > cpptest2.log";
$cmd = "../src/fnlo-tk-cppread ${tabfl} CT10nlo _ GRV _ _ _ 5 2 0.1185 _ | tail -4 > cpptest2.log";
print "Executing command: $cmd\n";
$ret = system("$cmd");
if ( $ret ) {die "fnlo-tk-cpptest2: Evaluating test table ${tabfl} failed: $ret, aborted!\n";}
......
......@@ -38,7 +38,7 @@ $ret = system("$cmd");
if ( $ret ) {die "fnlo-tk-rundecastest2: Ungzipping test table ${tabgz} failed: $ret, aborted!\n";}
# Evaluate, keep only result lines
$cmd = "../src/fnlo-tk-cppread ${tabfl} CT10nlo _ RUNDEC _ _ 5 2 0.1185 _ | tail -4 > rundecastest2.log";
$cmd = "../src/fnlo-tk-cppread ${tabfl} CT10nlo _ RUNDEC _ _ _ 5 2 0.1185 _ | tail -4 > rundecastest2.log";
print "Executing command: $cmd\n";
$ret = system("$cmd");
if ( $ret ) {die "fnlo-tk-rundecastest2: Evaluating test table ${tabfl} failed: $ret, aborted!\n";}
......
......@@ -20,11 +20,11 @@
# fnlo-tk-statunc: Evaluating uncertainties
##################################################################################
#=================================================================================
# Relative Statistical Uncertainties
# Relative statistical uncertainties (ST)
#---------------------------------------------------------------------------------
# bin cross section lower uncertainty upper uncertainty
# bin cross_section lower_uncertainty upper_uncertainty
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1 8.01592840236E+05 -1.50893932747E-04 1.50893932747E-04
1 8.01592840232E+05 -1.50893932641E-04 1.50893932641E-04
2 2.57832436144E+05 -1.19157110976E-04 1.19157110976E-04
3 6.90358759335E+04 -4.78717475807E-05 4.78717475807E-05
4 1.82106011329E+04 -6.97352258793E-05 6.97352258793E-05
......
......@@ -20,11 +20,11 @@
# fnlo-tk-statunc: Evaluating uncertainties
##################################################################################
#=================================================================================
# Relative Statistical Uncertainties
# Relative statistical uncertainties (ST)
#---------------------------------------------------------------------------------
# bin cross section lower uncertainty upper uncertainty
# bin cross_section lower_uncertainty upper_uncertainty
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1 8.09746517361E+05 -8.17808102264E-03 8.17808102264E-03
1 8.09746517341E+05 -8.17808101875E-03 8.17808101875E-03
2 2.51514173302E+05 -1.53654282706E-02 1.53654282706E-02
3 6.91227317135E+04 -1.05434381826E-03 1.05434381826E-03
4 1.81863410722E+04 -3.40903038434E-03 3.40903038434E-03
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment