From c0f53b16fce3358c3d438bb346aa83e1c646cf81 Mon Sep 17 00:00:00 2001 From: cactuskid Date: Fri, 30 Aug 2024 15:11:33 +0200 Subject: [PATCH] fix format --- src/HogProf/utils/hashutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HogProf/utils/hashutils.py b/src/HogProf/utils/hashutils.py index ab6f7a9..0cd143b 100755 --- a/src/HogProf/utils/hashutils.py +++ b/src/HogProf/utils/hashutils.py @@ -24,7 +24,7 @@ def generate_treeweights( mastertree, taxaIndex , taxfilter, taxmask ): #get max of taxa index taxmax = max(taxaIndex.values())+1 weights = np.zeros((3*taxmax,1)) - print('making tree weights w n taxa = ':len(taxaIndex)) + print('making tree weights w n taxa = :',len(taxaIndex)) newtree = mastertree for event in weights: for n in newtree.traverse():