Skip to content

Commit

Permalink
exclude Distance in LPhyBeast and add comments LinguaPhylo/linguaPhyl…
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Oct 14, 2024
1 parent e612750 commit 3431219
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public List<Class<? extends Generator>> getExcludedGenerator() {
NTaxaFunction.class, NCharFunction.class, TaxaFunction.class, CreateTaxa.class,
SpeciesTaxa.class, TaxaAgesFromFunction.class, RemoveTaxa.class,
CopySites.class, MissingSites.class, SelectSitesByMissingFraction.class, InvariableSites.class,
VariableSites.class,
VariableSites.class, //Distance.class,
DiscretizedGamma.class,
// Tree
NodeCount.class, ExtractTrait.class, ExtantTree.class,
Expand Down

0 comments on commit 3431219

Please sign in to comment.