Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
cactuskid committed Aug 30, 2024
1 parent f8e87ae commit c0f53b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HogProf/utils/hashutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit c0f53b1

Please sign in to comment.