File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2723,7 +2723,10 @@ void IQTree::refineBootTrees() {
27232723 boot_tree->constraintTree .readConstraint (constraintTree);
27242724 }
27252725
2726+ // set likelihood kernel
27262727 boot_tree->setParams (params);
2728+ boot_tree->setLikelihoodKernel (sse);
2729+ boot_tree->setNumThreads (num_threads);
27272730
27282731 // 2019-06-03: bug fix setting part_info properly
27292732 if (boot_tree->isSuperTree ())
@@ -2738,11 +2741,6 @@ void IQTree::refineBootTrees() {
27382741 else
27392742 boot_tree->getModelFactory ()->restoreCheckpoint ();
27402743
2741- // set likelihood kernel
2742- boot_tree->setParams (params);
2743- boot_tree->setLikelihoodKernel (sse);
2744- boot_tree->setNumThreads (num_threads);
2745-
27462744 // load the current ufboot tree
27472745 // 2019-02-06: fix crash with -sp and -bnni
27482746 if (isSuperTree ())
You can’t perform that action at this time.
0 commit comments