From 5c635ccca294b4e48fe798127c51dd73daac2f29 Mon Sep 17 00:00:00 2001 From: Arnaud Becheler Date: Thu, 16 Jun 2022 13:16:28 -0400 Subject: [PATCH] test: adding invocation of problematic commands #44 --- tests/checkbinary.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/checkbinary.sh b/tests/checkbinary.sh index e3d3c58..44c6f67 100755 --- a/tests/checkbinary.sh +++ b/tests/checkbinary.sh @@ -40,5 +40,7 @@ echo "Testing Examples" test_hybrid-Lambda -gt GENE_coal_unit -f || exit 1 test_hybrid-Lambda -spcu '((1:1,2:1):1,3:2);' -o GENE -num 100 -mu 0.00003 -sim_num_mut || exit 1 test_hybrid-Lambda -mt GENE_num_mut -seg || exit 1 - test_hybrid-Lambda -spcu '(A:5,B:5)r;' -mono -num 100 -mm .1 -S 4 4 || exit 1 + test_hybrid-Lambda -spcu '(A:5,B:5)r;' -mono -num 100 -mm .1 -S 4 4 || exit 1 + test_hybrid-Lambda -spcu "'((t3:1.123916174,((t4:0.4459935601,((t13:0.02953586373,t7:0.02953586373)I1:0.2529580411,t6:0.2824939049)I2:0.1634996552)I3:0.6268849558,(((t10:0.2528263692,((t5:0.02957738207)H26#0.5164631303:0.2232489871)H24#0.9067618483:0.0)I4:0.1281591885,(((t1:0.02957738207,H26#0.5164631303:0.0)I5:0.2232489871,H24#0.9067618483:0.0)I6:0.1281591885)H20#0.662992664:0.0)I7:0.07706148448,(t12:0.3809855577,H20#0.662992664:0.0)I8:0.07706148448)I9:0.6148314737)I10:0.05103765815)I11:1.604201279,t8:2.728117453)I12;'" -num 100 -seed 6724 || exit 1 + test_hybrid-Lambda -spcu "'(((((t3:0.2637610952,t2:0.2637610952)I1:1.0912968362,(t5:0.2662054335)#H22:1.0888524979)I2:0.2211237452,((#H22:0.1800944633)#H15:1.017267664)#H14:0.1126141157)I3:0.08142212706,#H14:0.1940362428)I4:0.2476537071,(t4:0.4462998968,#H15:0.0)I5:1.458957614)I6;'" -num 6400 -seed 1619 -o gt || exit 1 echo ""