diff options
author | Pjotr Prins | 2017-10-13 13:07:40 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-10-13 15:27:24 +0000 |
commit | a5cee35c058b48f725a9eceabc205eb0cd1cbb07 (patch) | |
tree | 47c3d1f0b332490c9919033c7219f44010b2b886 /test | |
parent | a610dd723a233aed1abe31aa32e3137b23b5f983 (diff) | |
download | pangemma-a5cee35c058b48f725a9eceabc205eb0cd1cbb07.tar.gz |
Replacing first dgemm - tests fail
Diffstat (limited to 'test')
-rwxr-xr-x | test/dev_test_suite.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/dev_test_suite.sh b/test/dev_test_suite.sh index 136ba76..0ccc24c 100755 --- a/test/dev_test_suite.sh +++ b/test/dev_test_suite.sh @@ -11,7 +11,8 @@ testBXDStandardRelatednessMatrixKSingularError() { -c ../example/BXD_covariates.txt \ -a ../example/BXD_snps.txt \ -gk \ - -debug -o $outn + -debug -strict \ + -o $outn assertEquals 22 $? # should show singular error } @@ -23,7 +24,7 @@ testBXDStandardRelatednessMatrixK() { -c ../example/BXD_covariates2.txt \ -a ../example/BXD_snps.txt \ -gk \ - -debug \ + -debug -strict \ -o $outn assertEquals 0 $? outfn=output/$outn.cXX.txt @@ -39,7 +40,7 @@ testBXDLMMLikelihoodRatio() { -a ../example/BXD_snps.txt \ -k ./output/BXD.cXX.txt \ -lmm 2 -maf 0.1 \ - -debug \ + -debug -strict \ -o $outn assertEquals 0 $? |