Skip to content

Commit

Permalink
tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut committed Jan 23, 2025
1 parent 05bc7db commit d89a55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dr/app/tools/treeannotator/HIPSTRTreeBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public MutableTree getHIPSTRTree(CladeSystem cladeSystem, TaxonList taxonList, d

credibilityCache.clear();

cladeSystem.embiggenBiClades(1, 1);
cladeSystem.embiggenBiClades(1, 2);

score = findHIPSTRTree(rootClade, penaltyThreshold);

Expand Down

0 comments on commit d89a55e

Please sign in to comment.