diff options
author | Pjotr Prins | 2017-11-10 09:56:59 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-11-10 09:56:59 +0000 |
commit | 53417d6fcbc248ccbb224d33c7b3e26cd70145d7 (patch) | |
tree | 1b6f46fcc067560eedd252fb973e46197d81c887 | |
parent | cb0fc6eff915c1ff520523fbcce031fa886a1152 (diff) | |
download | pangemma-53417d6fcbc248ccbb224d33c7b3e26cd70145d7.tar.gz |
Fix test
-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() { |