From 53417d6fcbc248ccbb224d33c7b3e26cd70145d7 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 10 Nov 2017 09:56:59 +0000 Subject: Fix test --- test/test_suite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_suite.sh b/test/test_suite.sh index 1aaee5c..d0ce78b 100755 --- a/test/test_suite.sh +++ b/test/test_suite.sh @@ -75,7 +75,7 @@ testBslmm5() { -o $outn assertEquals 0 $? outfn=output/$outn.prdt.txt - assertEquals "-60.33" `perl -nle 'foreach $x (split(/\s+/,$_)) { $sum += sprintf("%.2f",(substr($x,,0,6))) } END { printf "%.2f",$sum }' $outfn` + assertEquals "550.67" `perl -nle 'foreach $x (split(/\s+/,$_)) { $sum += sprintf("%.2f",(substr($x,,0,6))) } END { printf "%.2f",$sum }' $outfn` } testCenteredRelatednessMatrixKFullLOCO1() { -- cgit v1.2.3