From fe16b7370ae8202eccb1d1712a118a5447ab70be Mon Sep 17 00:00:00 2001 From: Alejandro Rodriguez Salamanca Date: Fri, 7 Jul 2017 14:31:22 +0200 Subject: [PATCH] Plot title in report --- regtest.sh | 3 ++- tests/make_summary.py | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/regtest.sh b/regtest.sh index febc60b..d5aa2fd 100755 --- a/regtest.sh +++ b/regtest.sh @@ -399,9 +399,10 @@ run-seq() { # Run tests in parallel run() { local spec_regex=${1:-'^r-'} # grep -E format on the spec + local instances=${2:-1} shift - time _run-tests $REGTEST_SPEC $spec_regex T $@ + time _run-tests $REGTEST_SPEC $spec_regex T python $instances } # Run tests in parallel (7+ minutes on 8 cores) diff --git a/tests/make_summary.py b/tests/make_summary.py index 8be3885..d827b2c 100755 --- a/tests/make_summary.py +++ b/tests/make_summary.py @@ -70,22 +70,27 @@ PLOTS = """ \

Plots

+

Total variation distance

+

False negative rate

+

False positive rate

+

Allocated mass

+

Time