Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut committed Jan 23, 2025
1 parent 2457133 commit 0a8b9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dr/app/tools/treeannotator/HIPSTRTreeBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public MutableTree getHIPSTRTree(CladeSystem cladeSystem, TaxonList taxonList, d

credibilityCache.clear();

cladeSystem.embiggenBiClades(1, 5);
// cladeSystem.embiggenBiCladesThreaded(1, 5);
// cladeSystem.embiggenBiClades(1, 5);
cladeSystem.embiggenBiCladesThreaded(1, 5);

score = findHIPSTRTree(rootClade, penaltyThreshold);

Expand Down

0 comments on commit 0a8b9f5

Please sign in to comment.