File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/treetime/src/commands/timetree/inference Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ mod tests {
208208 // --dates data/flu/h3n2/20/metadata.tsv \
209209 // --branch-length-mode input \
210210 // --sequence-len 1400 \
211+ // --keep-polytomies \
211212 // --outdir tmp/python_treetime_baseline
212213 //
213214 // Output: tmp/python_treetime_baseline/dates.tsv
@@ -216,6 +217,7 @@ mod tests {
216217 // for branch length distributions (same as this test), enabling direct comparison.
217218 let expected = btreemap ! {
218219 o!( "NODE_0000017" ) => 1996.974064 ,
220+ o!( "NODE_0000018" ) => 1997.116240 ,
219221 o!( "NODE_0000012" ) => 1998.499705 ,
220222 o!( "A/Canterbury/58/2000|CY009150|09/05/2000|New_Zealand||H3N2/8-1416" ) => 2000.681725 ,
221223 o!( "NODE_0000011" ) => 1998.763998 ,
You can’t perform that action at this time.
0 commit comments