Skip to content

Commit

Permalink
action use partials only
Browse files Browse the repository at this point in the history
  • Loading branch information
xji3 committed Oct 25, 2024
1 parent 33ff584 commit 826c4f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ public BeagleDataLikelihoodDelegate(Tree tree,
throw new TaxonList.MissingTaxonException("Taxon, " + id + ", in tree, " + tree.getId() +
", is not found in patternList, " + patternList.getId());
} else {
if (useAmbiguities) {
if (useAmbiguities || settings.useAction) {
setPartials(beagle, patternList, index, i);
} else {
setStates(beagle, patternList, index, i);
Expand Down

0 comments on commit 826c4f6

Please sign in to comment.