diff options
-rwxr-xr-x | test/test_suite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |