Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: check for two identical species and eliminate one from the data #3

Open
jasminelmah opened this issue Dec 14, 2022 · 1 comment

Comments

@jasminelmah
Copy link

Error arises when jumbling 100x (and selecting best likelihood) while performing global rearrangement. Only input order is changed between runs. Some runs produce a tree, others return this error.

@caseywdunn
Copy link
Contributor

That error is from

if (vee <= 1.0e-10) {
.

vee is from node -> v, which is specified here:

double v, deltav, ssq; /* ssq used only in contrast */

v is probably branch length. So it is saying that the branch is approximately 0, so some taxa are very similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants