Matt Moore

Results 2 comments of Matt Moore

Hi @hngyou, did you resolve this issue? I was wondering myself whether it's appropriate to average over the leaf branch values and ignore internal node statistics (as they're cumulative over...

One workaround: ``` t.__dict__['_dist']='' treestring = t.write( format=1, format_root_node=True).replace(':?','') with open("tree.newick", 'w') as outtree: outtree.write(treestring) ```