You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
PonyGE2/src/representation/tree.py
Line 195 in 37963c4
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)
The text was updated successfully, but these errors were encountered: