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

correct genome not returned when one of the codons is zero in the tree #158

Open
theaksaini opened this issue May 25, 2022 · 0 comments
Open

Comments

@theaksaini
Copy link

if self.codon:

If the node has a codon value of zero, it is not appended to the genome. The conditional statement should be: if self.codon!=None genome.append(self.codon)

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

1 participant